Merge "Bluetooth: Enable in-band ringing by default (1/2)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a66a8b74b5
@@ -1457,7 +1457,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
|
|||||||
private void updateBluetoothEnableInbandRingingOptions() {
|
private void updateBluetoothEnableInbandRingingOptions() {
|
||||||
if (mBluetoothEnableInbandRinging != null) {
|
if (mBluetoothEnableInbandRinging != null) {
|
||||||
updateSwitchPreference(mBluetoothEnableInbandRinging,
|
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