Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Nov 29, 2015

Android runtime permissions make easy.

Apr 22, 2016

Android Runtime Permission is an easy way to handle single or multiple permission very easily.

Apr 20, 2017

This Android library is for handle running time permissions in simplest way!

Nov 28, 2017

Very compact library to handle android dynamic permissions. Contrary to other solutions, it supports modal and modeless rationale.

Features

  1. single-file implementation, if you want to pull it inside your project
  2. based on state machine, so fixing corner cases should be very easy
  3. modal rationale (using dialog)
  4. mode-less rationale (being integrated into screen itself)
  5. focused on permission handling logic - doesn't contain any UI code
  6. handles permissions revoked at runtime via settings menu
  7. handles permissions granted at runtime via settings menu
Sep 16, 2017

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

Nov 23, 2015

AllowMe simple library to handle Android M permissions easily.

Sep 14, 2016

Android floating window permission compatibility library.

May 3, 2017

PermissionsManager library that has base activity and fragment that extend from AppCompatActivity to ease with the handling of runtime permissions.

Feb 26, 2017

The library came out as an effort to reduce the boilerplate required for getting runtime permissions for Android devices running OS 6.0 and above.

The developer can now focus on handling the granted and denied state of the permission rather than dealing with the permission flow and dialogues.

Dec 4, 2016

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

Mar 5, 2017

Android Marshmallow Permissions integration, Simple and Fast. Check the Github page for more info on how the library works and how to use it.

Java and Kotlin versions available.

Feb 10, 2017

A utility library for Android Runtime Permissions.

Feb 2, 2017

Handling Android Permission Rationale Properly.

Jan 30, 2017

Deal with Android M permissions in runtime in a simple way with reactive programming. This library was developed in Kotlin but can interoperate with Java.

Sep 5, 2016

This library allows you easily implement Android marshmallow permissions.

Jan 3, 2017

Simplified utility class to ask marshmallow permissions.

Dec 13, 2016
Advertisement

Simple RxJava library for observing and requesting Android runtime permissions introduced in Android 6.0.

Jul 11, 2016

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

Nov 2, 2016

Simplify Android permission with in-build message Dialogs.

Features:

  • InBuild Rational Dialog with custom message
  • InBuild SettingScreen Dialog with custom Message.
  • Callback for permission state:
    • Permission granted
    • Permission removed
    • Permission access removed.
Nov 9, 2016

RxJava/RxAndroid way to request permissions on android os marshmallow and above. This library allows the usage of RxJava 2.0.

Updated new version 1.2.0

Oct 8, 2016

HeiPermission is library to work with permissions from Android M.

Aug 11, 2016

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

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

Sep 18, 2016

Helper classes for Requesting Android Runtime Permissions.

Aug 4, 2016

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

Dec 20, 2016

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

Jul 1, 2015

Android Marshmallow permissions made easy.

Sep 4, 2015

Android M was added to check permissions, but permissions checking is so dirty.

This project allows to check permissions easily.

Nov 6, 2015