Merge "Add developer option for le audio sharing ui flow." into main

This commit is contained in:
Chelsea Hao
2024-10-29 05:33:53 +00:00
committed by Android (Google) Code Review
6 changed files with 417 additions and 19 deletions

View File

@@ -260,6 +260,13 @@
<string name="bluetooth_disable_leaudio_summary">Disables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.</string>
<!-- Setting toggle title for switch Bluetooth LE Audio mode. [CHAR LIMIT=40] -->
<string name="bluetooth_leaudio_mode">Bluetooth LE Audio mode</string>
<!-- Setting toggle title for enabling Bluetooth LE Audio UI preview. [CHAR LIMIT=none] -->
<string name="bluetooth_leaudio_broadcast_ui">Enable Bluetooth LE Audio Broadcast UI preview</string>
<!-- Summary of toggle for enabling Bluetooth LE Audio UI preview. [CHAR LIMIT=none]-->
<string name="bluetooth_leaudio_broadcast_ui_summary">Enables the LE Audio Sharing UI preview
including personal audio sharing and private broadcast</string>
<!-- Setting toggle title for enabling Bluetooth LE Audio toggle in Device Details. [CHAR LIMIT=40] -->
<string name="bluetooth_show_leaudio_device_details">Show LE audio toggle in Device Details</string>