Skip to content

Latest commit

 

History

History

bluetooth-permissions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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