Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

StartaskPermissions is a library that helps to handle runtime permissions on Android, entirely written using Kotlin language.

Jun 5, 2019

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

Permissive is a lightweight, yet powerful Android library, that helps you restore control over permissions handling introduced in Android Marshmallow.

Sep 9, 2016

Android Library to help you with your runtime Permissions.

Nov 15, 2015

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

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

Aug 31, 2016

A permission handler for Android.

May 16, 2019

A simple wrapper around Android 6.0 runtime permission api.

Nov 9, 2015

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

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

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

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

Code generator for new Android app permission model.

Jul 20, 2015

Simple RunTime permission manager.

Jun 8, 2017

Permissionmanager is a small wrapper for handling permission requests the easy way.

Sep 8, 2018

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

Easy-to-use permission helper for Android.

May 9, 2017

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

Nov 29, 2015
Advertisement

A simple listener-based API to handle runtime permissions.

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

Android runtime permissions make easy.

Apr 22, 2016

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

Oct 13, 2016

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

Apr 20, 2017

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

Nov 23, 2015

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

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

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