RuntimePermission icon indicating copy to clipboard operation
RuntimePermission copied to clipboard

Simpliest way to ask runtime permissions on Android, no need to extend class or override permissionResult method, choose your way : Kotlin / Coroutines / RxJava / Java7 / Java8

Results 8 RuntimePermission issues
Sort by recently updated
recently updated
newest added

With JCenter being deprecated (and shutting down by next February), would it be possible to move this library to MavenCentral?

Crashlytics show a fatal Exception, Issue happens with some devices so, I can't reproduce the issue. # Library version : `implementation "com.github.florent37:runtime-permission-kotlin:1.1.2"` # Stacktrace from crashlytics : ``` Fatal Exception:...

I have written the below code to ask for the camera, read external storage and write external storage permissions, but after I allow the permissions the App gets hanged. ```...

this happens when asking permission in fragments onViewCreated method . adding some delay fixes the issue , its because , we trying add fragment when fragmentManager is already in execution...

System App permission like WRITE_SETTINGS is not handled properly. Whenever I ask this kind of permission it automatically reaches to neveraskagain block.

Steps to reproduce. 1. Request storage permission 2. Decline 3. Request storage permission again ACTUAL: Request is instantly declined EXPECTED: Request dialog should show Using Android 9.0 Samsung Note9 Kotlin...

Hi, When I'm using your library, I'm getting lint errors anyway. Shall I @Suppress them or there is a better way?