Ask before turning on Bluetooth to add a contact.

This commit is contained in:
akwizgran
2018-01-05 18:03:56 +00:00
parent 19be4d6edf
commit fc50bb1c6c
8 changed files with 130 additions and 46 deletions

View File

@@ -120,6 +120,11 @@ class AndroidBluetoothPlugin extends BluetoothPlugin<BluetoothServerSocket> {
}
}
@Override
void setEnabledByUs() {
wasEnabledByUs = true;
}
@Override
@Nullable
String getBluetoothAddress() {