This module adds a ContactsPermission to Permissions. Register this permission by calling PermissionsBuilder.registerContactsPermission()/PermissionsBuilder.registerContactsPermissionIfNotRegistered().
Installing
The library is available on Maven Central. You can import Kaluga Contacts Permissions as follows:
repositories {
// ...
mavenCentral()
}
// ...
dependencies {
// ...
implementation("com.splendo.kaluga:contacts-permissions:$kalugaVersion")
}
Please check general permissions documentation for full overview
Check out the full documentation