mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user