Android Permission now requires a description

1 · Valentin Knabel · May 27, 2021, midnight
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....