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