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

A Simplified integration of runtime permissions, which has been introduced from Marshmallow.

Oct 15, 2016

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

Jun 10, 2018

PermissionsWrapper is the easiest way to manage Android Marshmallow and Nougat runtime permissions.

Jul 26, 2017

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

Jun 5, 2019

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

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

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

A permission handler for Android.

May 16, 2019

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

Jun 9, 2017

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

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

Aug 31, 2016

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

A simple wrapper around Android 6.0 runtime permission api.

Nov 9, 2015

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

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

May 4, 2016

A reactive Android app Permissions API.

Oct 27, 2018

Simple RunTime permission manager.

Jun 8, 2017

Android Library to help you with your runtime Permissions.

Nov 15, 2015

Android runtime permissions as LiveData.

Sep 10, 2018

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

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

Handle Android Runtime Permissions in Kotlin way.

Mar 7, 2018

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

Oct 13, 2016