Bluetooth: Use "Disable" in-band ringing instead of "Enable"
* Given that in-band ringing is enabled by default on supported devices, the corresponding development settings should be rephrased from "Enable in-band ringing" to "Disable in-band ringing" to hint that it is enabled by default * This also gets rid of special logic to check that option in initialization * Add strings to reflect this update * Modify BluetoothInbandRingingPreferenceControllerTest to reflect this change Bug: 65383086 Test: make, try toggling the preference and verify whether in-band ringing works or not, RunSettingsRoboTests Change-Id: I29f91c7d12c725b12452ec163b75051ff28f500d
This commit is contained in:
@@ -396,6 +396,11 @@
|
||||
<!-- Summary for bluetooth item in connection detail page -->
|
||||
<string name="bluetooth_pref_summary">Allow device to pair and connect to bluetooth devices</string>
|
||||
|
||||
<!-- Setting Checkbox title for disabling Bluetooth inband ringing in Development Settings -->
|
||||
<string name="bluetooth_disable_inband_ringing">Disable in-band ringing</string>
|
||||
<!-- Summary of checkbox for disabling Bluetooth inband ringing in Development Settings -->
|
||||
<string name="bluetooth_disable_inband_ringing_summary">Don’t play custom phone ringtones on Bluetooth headsets</string>
|
||||
|
||||
<!-- Title for connected device group [CHAR LIMIT=none]-->
|
||||
<string name="connected_device_connected_title">Currently connected</string>
|
||||
<!-- Title for connected device group [CHAR LIMIT=none]-->
|
||||
|
||||
@@ -240,9 +240,9 @@
|
||||
android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="bluetooth_enable_inband_ringing"
|
||||
android:title="@string/bluetooth_enable_inband_ringing"
|
||||
android:summary="@string/bluetooth_enable_inband_ringing_summary"/>
|
||||
android:key="bluetooth_disable_inband_ringing"
|
||||
android:title="@string/bluetooth_disable_inband_ringing"
|
||||
android:summary="@string/bluetooth_disable_inband_ringing_summary"/>
|
||||
|
||||
<ListPreference
|
||||
android:key="bluetooth_select_avrcp_version"
|
||||
|
||||
Reference in New Issue
Block a user