Android Permission now requires a description

Posted on May 27, 2021

Now, Android apps require a description for each permission. Back then, it was optional.

In contrast to iOS, this is only a guideline and not enforced by the Android SDK. Instead the developer needs to implement their own alert. But with great power, comes great responsibility as it could be abused.