Update semantics of Bluetooth setting.

The setting now enables/disables the plugin, not just contact
connections. The key agreement UI will need to be updated to change the
setting if the user agrees to use Bluetooth.
This commit is contained in:
akwizgran
2020-01-16 15:50:44 +00:00
parent c865b90c6c
commit cfc640f4ce
2 changed files with 65 additions and 38 deletions

View File

@@ -10,4 +10,7 @@ public interface BluetoothConstants {
String PROP_UUID = "uuid";
String PREF_BT_ENABLE = "enable";
int REASON_USER = 1;
int REASON_NO_BT_ADAPTER = 2;
}