Interface | Description |
---|---|
PermissionsAwareComponent |
A Component that is aware of Runtime Permissions.
|
PermissionsRequestableComponent |
Class | Description |
---|---|
AbstractPermissionsAwareActivity |
A helper implementation of a PermissionAwareComponent and PermissionRequestableComponent
|
PermissionCheckingActivity | |
PermissionCheckingFragment |
An abstract Fragment that can check for Runtime Permissions if your app target is above Lollipop
Use
RuntimePermissionChecker if you need to extend any other component
The onCreateView method is used to check for the permission and returns an empty
FrameLayout to the Activity that hosts this fragment. |
RuntimePermissionChecker |
A helper class to check and handle RuntimePermissions.
|