Bluetooth Permissions

Adds a BluetoothPermission to Permissions. Register this permission by calling PermissionsBuilder.registerBluetoothPermission()/PermissionsBuilder.registerBluetoothPermissionIfNotRegistered().

Installing

This 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 documentation

Note that for using bluetooth on Android 12 and above, it is recommended to declare android:usesPermissionFlags="neverForLocation" in your manifest. If not, you need to set the useForLocation parameter.