This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
0.1.2
- Dangerous permissions (permissions that require a permission request on API 23+) are now constants in
Assent
, so you don't have to useManifest.permission
. E.g. you can useAssent.WRITE_EXTERNAL_STORAGE
instead ofManifest.permission.WRITE_EXTERNAL_STORAGE
. PermissionResultSet
now has aallPermissionsGranted()
method.