Merge "Bluetooth: Enable in-band ringing by default (1/2)"

This commit is contained in:
TreeHugger Robot
2017-05-31 03:36:15 +00:00
committed by Android (Google) Code Review

View File

@@ -1457,7 +1457,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
private void updateBluetoothEnableInbandRingingOptions() {
if (mBluetoothEnableInbandRinging != null) {
updateSwitchPreference(mBluetoothEnableInbandRinging,
SystemProperties.getBoolean(BLUETOOTH_ENABLE_INBAND_RINGING_PROPERTY, false));
SystemProperties.getBoolean(BLUETOOTH_ENABLE_INBAND_RINGING_PROPERTY, true));
}
}