Don't enable Bluetooth by default. #99

This commit is contained in:
akwizgran
2015-12-03 17:13:49 +00:00
parent 8529c976c2
commit 53f6f24d53
2 changed files with 8 additions and 7 deletions

View File

@@ -217,7 +217,7 @@ OnClickListener {
long duration = System.currentTimeMillis() - now;
if (LOG.isLoggable(INFO))
LOG.info("Loading settings took " + duration + " ms");
bluetoothSetting = c.getBoolean("enable", true);
bluetoothSetting = c.getBoolean("enable", false);
displaySettings();
} catch (DbException e) {
if (LOG.isLoggable(WARNING))
@@ -280,7 +280,6 @@ OnClickListener {
}
storeBluetoothSetting();
displaySettings();
return;
} else if (view == notifyPrivateMessages) {
Settings s = new Settings();
s.putBoolean("notifyPrivateMessages",