DeweyReed / PermissionLibrary

Android App for Listing Device's Apps and Their Permissions Details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission Library

List Device's Apps and Their Permissions Details


Deprecated

I don't have time for maintaining this project. Feel free to fork this project and move on.

Screenshot

screenshot1 screenshot2 screenshot3

Introduction

MVP + Room + Dagger2 + RxJava2

However, since I wrote this app for practicing, the implementation and codes in this project are not guaranteed to be best practices.

Flavors

There're two flavors: google and other.

other flavor supports sorting apps with Chinese Pinyin.

Release Procedure

  1. App: comment DEBUG block
  2. build.gradle: disable development assistant dependencies
  3. Change version code

Resources

Official Docs

Material Design Related to Permissions

Official Permission List

An Open Sourced App

All Permissions and Their Details

Some Permissions' Details

License

MIT License

About

Android App for Listing Device's Apps and Their Permissions Details

License:MIT License


Languages

Language:Kotlin 97.3%Language:Java 2.7%