关于Ask
Android的运行许可,使容易
Why?
In marshmallow, android has introduced runtime permission check, that means when application runs, it asks user provide permission to run specific functionality. for example if you using Camera or saving files on external storage or location.
The android basic code to request permission is to complex and tedious to understand (if you don't trust me, check here :smiley: ). Ask is a library make asking for the particular permission easy for developer. This is very simple and light weight library with just few lines of code and you good to go.
最新版本1.0的更新日志
Last updated on 2016年07月07日
Minor bug fixes and improvements. Install or update to the newest version to check it out!

