Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

0.1.2

Compare
Choose a tag to compare
@afollestad afollestad released this 04 Dec 01:43
· 169 commits to main since this release
  1. Dangerous permissions (permissions that require a permission request on API 23+) are now constants in Assent, so you don't have to use Manifest.permission. E.g. you can use Assent.WRITE_EXTERNAL_STORAGE instead of Manifest.permission.WRITE_EXTERNAL_STORAGE.
  2. PermissionResultSet now has a allPermissionsGranted() method.