Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Aug 16, 2015

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

Jun 9, 2017

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

Sep 30, 2015

Easy check permission library for Android Marshmallow.

Mar 4, 2016

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

Nov 17, 2015

A Kotlin library that helps to request runtime permissions.

Jan 16, 2018

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

Jan 2, 2022

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

Sep 9, 2018

Android library for requesting Permissions with Kotlin Coroutines.

Mar 23, 2018

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

Nov 21, 2018

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

May 1, 2020

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

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

Jun 4, 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

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

PowerPermission is a library to simplify process of demanding RuntimePermission

Apr 4, 2020

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

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

Jul 1, 2019
Advertisement

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

May 22, 2020

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

Check marshmellow permission easily.

Jul 19, 2016

Kotlin Extensions for permissions.

Jan 19, 2022

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

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

Kotlin Library for easy permissions. PermissionService(act).request(permissions,callback).

Apr 21, 2019

A Simplified integration of runtime permissions, which has been introduced from Marshmallow.

Oct 15, 2016

Android library to get permissions with a simple line of code.

Jun 10, 2018

Helper to ask runtime permission on android marshmallow

The library takes care themselves to check whether a permit has already been agreed by the user or not. If the user has given consent call, the system dialog for the acceptance.

Mar 3, 2016

PermissionsWrapper is the easiest way to manage Android Marshmallow and Nougat runtime permissions.

Jul 26, 2017