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 7ae86d70af
commit fc86c46456
2 changed files with 64 additions and 36 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;
}