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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user