Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

Jul 11, 2016

Simplified utility class to ask marshmallow permissions.

Dec 13, 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

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

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 M was added to check permissions, but permissions checking is so dirty.

This project allows to check permissions easily.

Nov 6, 2015

Android Marshmallow permissions made easy.

Sep 4, 2015

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

Jan 9, 2024

An Android library for run-time permissions.

Sep 3, 2019

A reactive Android app Permissions API.

Oct 27, 2018

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

Android runtime permissions as LiveData.

Sep 10, 2018

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

Sep 5, 2018

Handle Android Runtime Permissions in Kotlin way.

Mar 7, 2018

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.

Nov 30, 2017

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

Nov 28, 2017

Demo app to fetch permission details of all installed application in android mobile.

Jun 9, 2017

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

Mar 5, 2017

A utility library for Android Runtime Permissions.

Feb 2, 2017

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

HeiPermission is library to work with permissions from Android M.

Aug 11, 2016