Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Nov 28, 2017

AllowMe simple library to handle Android M permissions easily.

Sep 14, 2016

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

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

This project allows to check permissions easily.

Nov 6, 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

Android runtime permissions make easy.

Apr 22, 2016

Simple RunTime permission manager.

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

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

Jun 10, 2018

Kotlin Extensions for permissions.

Jan 19, 2022

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

Jan 9, 2024

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

Nov 17, 2015

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

Code generator for new Android app permission model.

Jul 20, 2015

Simplified utility class to ask marshmallow permissions.

Dec 13, 2016

EasyPermission Library is a library that will make android run-time permissions much easier. It allows you to request a specific permission without adding any validation code

Features

  • run-time permission dialog will be shown only for Marshmellow sdk and above.
  • Request permission result will be handled easily and good for dynamic programming
Jan 12, 2019

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

Jul 1, 2019

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

Jun 9, 2017

A simple listener-based API to handle runtime permissions.

Nov 17, 2017

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

An Android permission library extending Google's EasyPermissions with convenient additions.

Why EffortlessPermissions?

  • Used as a drop-in replacement for Google's EasyPermissions and based on its battle-tested implementation.
  • Added an @AfterPermissionDenied annotation for methods to run automatically after denial.
  • Included consumer ProGuard rules which fixes your release build.
  • Added more method overloads which make coding easier.
  • Added another DialogFragment to open app detail settings which you have more control upon, e.g. dialog title can be hidden now.

In a word, just start with EffortlessPermissions instead of EasyPermissions.

Jun 21, 2017

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

May 22, 2020

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

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

Sep 18, 2016

Android floating window permission compatibility library.

May 3, 2017

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

Sep 9, 2018

HeiPermission is library to work with permissions from Android M.

Aug 11, 2016

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