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.
from The Android Arsenal
No comments:
Post a Comment