Merge "Add LE Audio allow list feature switcher in the developer option menu" am: 5bb798f518
am: 0086b200d0
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2387973 Change-Id: I779668d74a368ea4cc7c0c1e74ba528f16d6d68c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -365,6 +365,11 @@
|
||||
<!-- 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 enabling Bluetooth LE Audio Allow List. [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_enable_leaudio_allow_list">Enable Bluetooth LE audio Allow List</string>
|
||||
<!-- Summary of checkbox for enabling Bluetooth LE audio Allow List [CHAR LIMIT=none]-->
|
||||
<string name="bluetooth_enable_leaudio_allow_list_summary">Enable Bluetooth LE audio allow list feature.</string>
|
||||
|
||||
<!-- Title for Bluetooth device group with media capability group [CHAR LIMIT=none]-->
|
||||
<string name="connected_device_media_device_title">Media devices</string>
|
||||
<!-- Title for Bluetooth device group with media capability group [CHAR LIMIT=none]-->
|
||||
|
@@ -344,6 +344,11 @@
|
||||
android:title="@string/bluetooth_enable_leaudio"
|
||||
android:summary="@string/bluetooth_enable_leaudio_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="bluetooth_enable_leaudio_allow_list"
|
||||
android:title="@string/bluetooth_enable_leaudio_allow_list"
|
||||
android:summary="@string/bluetooth_enable_leaudio_allow_list_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="bluetooth_disable_le_audio_hw_offload"
|
||||
android:title="@string/bluetooth_disable_le_audio_hw_offload" />
|
||||
|
Reference in New Issue
Block a user