mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Try to use the real Bluetooth address on Android 6. #225
This commit is contained in:
@@ -342,7 +342,7 @@ public class SettingsFragment extends BaseEventFragment implements
|
||||
bluetoothSetting = !bluetoothSetting;
|
||||
BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
|
||||
if (adapter != null) {
|
||||
AndroidUtils.setBluetooth(adapter, bluetoothSetting);
|
||||
AndroidUtils.enableBluetooth(adapter, bluetoothSetting);
|
||||
}
|
||||
storeBluetoothSettings();
|
||||
displaySettings();
|
||||
|
||||
Reference in New Issue
Block a user