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

Bug: 19171297
Test: make, make calls, HFP regression
Change-Id: Id1d44e07a939d121ccf05466239d3cb5cc4b3199
This commit is contained in:
Jack He
2017-05-30 15:17:33 -07:00
parent 82b92cadd5
commit 52978360e1

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));
}
}