Tag: Runtime permission
-
Best ways to handle runtime permission on jetpack compose
If your app is installed on a device that runs Android 6.0 (API level 23) or higher, you must request the runtime permissions for the user by following the steps in this guide.
-
Android Runtime Permissions[Updated with Android 11]
Google has introduced a new runtime permission model, users are not asked for permissions at the time of installation rather developers need to request the permissions at the run time.