Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A set of tools to easy request background location permission in a intuitive way.

Jan 2, 2022

A Kotlin library that helps to request runtime permissions.

Jan 16, 2018

Easy check permission library for Android Marshmallow.

Mar 4, 2016

PermissionsDispatcher provides simple annotation-based API to handle runtime permissions in Android M.

Aug 16, 2015

Android library for requesting Permissions with Kotlin Coroutines.

Mar 23, 2018

A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.

May 1, 2020

Streamline permission handling in Android Jetpack Compose applications with Compose Permissions.

Jan 9, 2024

EasyPermissions is a wrapper library to simplify basic system permissions logic when targeting Android M or higher.

Jun 9, 2017

Assent is designed to make Marshmallow's runtime permissions easier to use. Have the flexibility of request permissions and receiving results through callback interfaces.

Jan 29, 2016

An Android library for run-time permissions.

Sep 3, 2019

This library allows the usage of RxJava with the new Android M permission model.

Sep 30, 2015

An android library that makes it really easy to deal with dynamic permissions. Based on the context, library automatically decides whether to show a dialog (in case app is in foreground) or a notification (in case permission is required by a background service).

Nov 9, 2017

Nammu is a simple library to speed up working with new Runtime Permissions introduced in Android M.

Jun 4, 2015

Android Library for easy permissions. PermissionService(this).request(permissions,callback).

Sep 9, 2018

Simple Android library for permissions request.

Why NoPermission:

  • Not a framework. It's just one class
  • Dialog with an explanation of why the application needs permission (with custom title, message and button text and color)
  • Never ask again feature
  • Automatic check whether the permission is granted or not (don't need to check api version)
  • Fragments support

How to use

Sep 16, 2017

Android requires that these request come from an Activity. With Easy Permissions this is no longer an issue, you may request permission from anywhere as long as you provide Context. In addition, if you request a permission that is already granted the user will not be prompted.

May 8, 2017

PowerPermission is a library to simplify process of demanding RuntimePermission

Apr 4, 2020

An Android library for easily calling runtime permission on Marshmallow and above.

Nov 21, 2018

A tiny and easy to use kotlin library for managing android runtime permissions.

Jul 1, 2019

ExcuseMe is an Android library that provides an one-line implementation for android permissions made with Kotlin.

May 22, 2020

Dexter is an Android library that simplifies the process of requesting permissions at runtime.

Nov 17, 2015

Sheriff helps you to grant Runtime Permission on Android Marshmallow and above.

Sep 5, 2019

PermissionHelper used to simplify Runtime Permission Structure.

  • Easy to use
  • Works on Pre-Marshmallow (No need to check for build version condition)
  • Get Callback on exactly place where you asked for permission.
  • Get Grant callback whenever all the permission you mentioned are granted else Deny callback
  • Get callback when permission is auto denied by system (When user selects, Don't ask again).
Apr 7, 2017

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.

Oct 5, 2018

Kotlin Extensions for permissions.

Jan 19, 2022

Check marshmellow permission easily.

Jul 19, 2016

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.

Jul 29, 2019

This is one of the most easy to use and developer friendly library to implement Runtime Permissions in Android apps.

Sep 5, 2018

A simple project that shows how to remove all the boilerplate code and speed up your work with new Runtime Permissions introduced in Android M.

Jun 27, 2016

Following the same approach that RxActivityResult does, RxPermissionsResult is a reactive wrapper around the permission's Android Api, which allows to get the data without breaking the observable chain.

Sep 21, 2016