This module adds all supported permissions. Register permissions using PermissionBuilder.registerAllPermissions()/PermissonBuilder.registerAllPermissionsNotRegistered()
NOTE: This will add all permissions to the Manifest/Info.plist of the app. Usage is not recommended for production apps.
Installing
The library is available on Maven Central. You can import Kaluga Permissions as follows:
repositories {
// ...
mavenCentral()
}
// ...
dependencies {
// ...
implementation("com.splendo.kaluga:permissions:$kalugaVersion")
}
Please check general permissions documentation for full overview
Check out the full documentation