Merge "Rename toggle "Enable Bluetooth LE audio" to "Disable Bluetooth LE audio"" am: 60d9be5a0a
am: 7871a9e9bd
am: 06bca85c6a
am: 486691ad26
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2516935 Change-Id: I083eb0ad520c24c4bcf7627db7881d1872cdac5d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -221,10 +221,10 @@
|
||||
<!-- UI debug setting: Disable Bluetooth hardware offload [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_disable_hw_offload_dialog_cancel">Cancel</string>
|
||||
|
||||
<!-- Setting Checkbox title for enabling Bluetooth LE Audio feature. [CHAR LIMIT=40] -->
|
||||
<string name="bluetooth_enable_leaudio">Enable Bluetooth LE audio</string>
|
||||
<!-- Summary of checkbox for enabling Bluetooth LE audio [CHAR LIMIT=none]-->
|
||||
<string name="bluetooth_enable_leaudio_summary">Enables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.</string>
|
||||
<!-- Setting Checkbox title for disabling Bluetooth LE Audio feature. [CHAR LIMIT=40] -->
|
||||
<string name="bluetooth_disable_leaudio">Disable Bluetooth LE audio</string>
|
||||
<!-- Summary of checkbox for disabling Bluetooth LE audio [CHAR LIMIT=none]-->
|
||||
<string name="bluetooth_disable_leaudio_summary">Disables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.</string>
|
||||
|
||||
<!-- Setting Checkbox title for enabling Bluetooth LE Audio Allow List. [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_enable_leaudio_allow_list">Enable Bluetooth LE audio Allow List</string>
|
||||
|
@@ -341,9 +341,9 @@
|
||||
android:summary="@string/bluetooth_disable_absolute_volume_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="bluetooth_enable_leaudio"
|
||||
android:title="@string/bluetooth_enable_leaudio"
|
||||
android:summary="@string/bluetooth_enable_leaudio_summary" />
|
||||
android:key="bluetooth_disable_leaudio"
|
||||
android:title="@string/bluetooth_disable_leaudio"
|
||||
android:summary="@string/bluetooth_disable_leaudio_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="bluetooth_enable_leaudio_allow_list"
|
||||
|
Reference in New Issue
Block a user