Ask before turning on Bluetooth to add a contact.

This commit is contained in:
akwizgran
2018-01-05 18:03:56 +00:00
parent 0c7c465ef7
commit 96c8274091
8 changed files with 130 additions and 46 deletions

View File

@@ -61,6 +61,11 @@ class JavaBluetoothPlugin extends BluetoothPlugin<StreamConnectionNotifier> {
// We didn't enable it so we don't need to disable it
}
@Override
void setEnabledByUs() {
// Irrelevant on this platform
}
@Nullable
@Override
String getBluetoothAddress() {