Sample for Android Runtime Permissions using Kotlin Programming Language.
According to Google, beginning with Android 6.0 (API level 23), users can revoke permissions from any app at any time, even if the app targets a lower API level. You should test your app to verify that it behaves properly when it’s missing a needed permission, regardless of what API level your app targets.
| MP 1 | MP 2 | MP 3 |
|---|---|---|
![]() |
![]() |
![]() |
| MP 4 | MP 5 |
|---|---|
![]() |
![]() |






