QuickPermissions-Kotlin icon indicating copy to clipboard operation
QuickPermissions-Kotlin copied to clipboard

The most easiest way to handle Android Runtime Permissions in Kotlin

Results 18 QuickPermissions-Kotlin issues
Sort by recently updated
recently updated
newest added

This can be useful to preserve the original function's return type. My use case: ``` interface InterfaceWithUnitMethod{ fun unitMethod() } class MyFragment() : Fragment(), InterfaceWithUnitMethod{ override fun unitMethod() = runWithPermissions(...){...

This has been quite a while I've been working on this. This library has helped a lot of people dealing with permissions very easy way. As I've been busy with...

I'm not able to build my app after adding QuickPermission-Kotlin to my dependency Its says: ``` Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevDebug'. > Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'....

Please mark this project as deprecated because there is no maintenance for the library at all. For example: this library does not work for location permission handling for Android SDK...

java.lang.IllegalStateException: FragmentManager is already executing transactions Use the Navigation component in Android Jetpack

I'm working in an app which supports Arabic language interface and I want to change the strings of the dialog action buttons that are displayed whenever a dialog is shown....

I'm trying to use this library in a fragment to get the current location using fused location provider. Here's the code. I just assume that it will work either in...

It would be great if you migrate to AndroidX to make lib ready for the future and avoid possible conflicts.

new permission Manifest.permission.MANAGE_EXTERNAL_STORAGE