Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Apr 21, 2019

The easiest Kotlin Library for Android Runtime Permissions & Device Info.

Oct 13, 2016

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.

Oct 16, 2018

A Kotlin library that helps to request runtime permissions.

Jan 16, 2018

Annotation based simple API flavoured with AOP to handle new Android runtime permission model.

Nov 29, 2015

With this tiny script, you can check whether you have to handle your app permission or not in Android M.

Jul 1, 2015

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

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

A reactive Android app Permissions API.

Oct 27, 2018

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

Jun 4, 2015

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 library for requesting Permissions with Kotlin Coroutines.

Mar 23, 2018

Perm is a library that makes it simple to check and request Android Permissions at runtime (like Camera or GPS) for Apps targeting Android 6 or more.

Dec 6, 2016

Permiso is an Android library that makes requesting runtime permissions a whole lot easier.

Nov 23, 2015

Permissify is an Android library that makes requesting permissions at runtime much easier.

Android Marshmallow added a new functionality to let users grant permissions when running an app instead of granting them all when installing it. This approach gives the user more control but requires developers to add lots of boilerplate code to support it.

Sep 29, 2016

This Library automatically search for permission in android manifest file and request for the same.

Also, if request is cancelled it shows a popup window with alert to grant permission. If the app can no longer request permission due to "Don't ask again" on permission it will toast a message to grant permission from settings.

All the action performed after grant or deny can be customized by overriding method shown below. Custom permission can be checked instead of all permission in android manifest file.

Jun 24, 2017

The easiest way to handle android runtime permissions. This project is a helper class to do the same.

Mar 5, 2017

Permission Reuquester is a simple permission request activity that let you grant permissions easylly, with a standard policy, that covers all of situations relative.

Jan 30, 2018

Check marshmellow permission easily.

Jul 19, 2016

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

Jan 2, 2022

PermissionAcceptor allows to handle runtime permission in Marshmallow (Android 6.0).

Dec 20, 2016

Annotation-based library for generating runtime permissions dispatcher. It supports "Xiaomi" phone.

Aug 31, 2016

This library creates a notification with prompt. When user click, it opens a transparent Activity with request to permission.

May 4, 2016

A permission handler for Android.

May 16, 2019

Android Library to help you with your runtime Permissions.

Nov 15, 2015

A permission helper library that simplifies asking user for permission in Android M. With a customisable explanation dialog, you can easily explain to the user the permissions you need and why you need it, with buttons for permissions or take users to the app settings page in case the permission was denied.

Jul 13, 2016

A simple helper library to request permissions in Android M and above.

Nov 2, 2016

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

Android runtime permissions as LiveData.

Sep 10, 2018

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

Nov 21, 2018