Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Jan 9, 2024

Kotlin Extensions for permissions.

Jan 19, 2022
Advertisement

A set of tools to easy request background location permission in a intuitive way.

Jan 2, 2022

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

May 22, 2020

A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.

May 1, 2020

PowerPermission is a library to simplify process of demanding RuntimePermission

Apr 4, 2020

Sheriff helps you to grant Runtime Permission on Android Marshmallow and above.

Sep 5, 2019

An Android library for run-time permissions.

Sep 3, 2019

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

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

Jul 1, 2019

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

Jun 5, 2019

A permission handler for Android.

May 16, 2019

Kotlin Library for easy permissions. PermissionService(act).request(permissions,callback).

Apr 21, 2019

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

An Android library for easily calling runtime permission on Marshmallow and above.

Nov 21, 2018

A reactive Android app Permissions API.

Oct 27, 2018

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

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

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

Sep 9, 2018

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

Sep 8, 2018

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

Sep 5, 2018

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

Jun 10, 2018

Android library for requesting Permissions with Kotlin Coroutines.

Mar 23, 2018

Handle Android Runtime Permissions in Kotlin way.

Mar 7, 2018

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

A Kotlin library that helps to request runtime permissions.

Jan 16, 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

A simple listener-based API to handle runtime permissions.

Nov 17, 2017