sijangurung / Android-Runtime-Permission-Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Runtime-Permission-Manager

A simple library, that helps managing Android 6+ Runtime Permissions

Written in kotlin, supported by java

Available through jcenter

repositories {
...
  jcenter()
...        
}


compile "com.github.alkurop:permissionmanager:0.0.5"

clone the project for a demo

About


Languages

Language:Java 55.8%Language:Kotlin 44.2%