Very compact library to handle android dynamic permissions. Contrary to other solutions, it supports modal and modeless rationale.
Features
- single-file implementation, if you want to pull it inside your project
- based on state machine, so fixing corner cases should be very easy
- modal rationale (using dialog)
- modeless rationale (being integrated into screen itself)
- focused on permission handling logic - doesn't contain any UI code
- handles permissions revoked at runtime via settings menu
- handles permissions granted at runtime via settings menu
from The Android Arsenal
No comments:
Post a Comment