Streamline permission handling in Android Jetpack Compose applications with Compose Permissions.
A set of tools to easy request background location permission in a intuitive way.
ExcuseMe is an Android library that provides an one-line implementation for android permissions made with Kotlin.
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
PowerPermission is a library to simplify process of demanding RuntimePermission
Sheriff helps you to grant Runtime Permission on Android Marshmallow and above.
An Android library for run-time permissions.
A lightweight Android library which wraps boilerplate code of runtime permission and allows you to request permissions from coroutines (No callbacks yay 🎉) or request and observe permissions through LiveData.
A tiny and easy to use kotlin library for managing android runtime permissions.
StartaskPermissions is a library that helps to handle runtime permissions on Android, entirely written using Kotlin language.
Kotlin Library for easy permissions. PermissionService(act).request(permissions,callback)
.
EasyPermission Library is a library that will make android run-time permissions much easier. It allows you to request a specific permission without adding any validation code
Features
An Android library for easily calling runtime permission on Marshmallow and above.
An Android library, written in Kotlin, which helps avoid boilerplate code when your request runtime permissions. You don't need to override onPermissionResult
, all results will be in one place.
MayI is yet another library that simplifies the process of requesting permissions at runtime for devices that run Android Marshmallow and above.
As of Androids Marshmallow and above a new functionality has been added that lets users grant or deny permissions while an app is running instead of granting them all together when installing it. This approach gives the user more control over applications but requires developers to add lots of code to support it.
This library aims to reduce boilerplate code needed to request permissions at runtime by featuring a simple chainable API designed the way I want it.
Android Library for easy permissions. PermissionService(this).request(permissions,callback)
.
Permissionmanager is a small wrapper for handling permission requests the easy way.
This is one of the most easy to use and developer friendly library to implement Runtime Permissions in Android apps.
Android library to get permissions with a simple line of code.
Android library for requesting Permissions with Kotlin Coroutines.
Handle Android Runtime Permissions in Kotlin way.
Permission Reuquester is a simple permission request activity that let you grant permissions easylly, with a standard policy, that covers all of situations relative.
A Kotlin library that helps to request runtime permissions.
Small utility library for Android to evaluate requirements in order for some action to proceed. For example: network connection, permissions (API 23), system services (location, bluetooth, ...), etc.
This Android library is for handle running time permissions in simplest way!
A simple listener-based API to handle runtime permissions.