Add toggle to show/hide the Per Device Enable LE Audio Toggle in Device details

Bug: 280020008
Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothLeAudioDeviceDetailsPreferenceControllerTest
Change-Id: I559f34f2b0764c4f566fe1e0c1357929e2c88fb6
This commit is contained in:
Patty Huang
2023-04-28 16:40:56 +08:00
committed by SongFerngWang
parent 8060347ec6
commit f05615f1e8
6 changed files with 252 additions and 4 deletions

View File

@@ -42,4 +42,9 @@ public class SettingsUIDeviceConfig {
* {@code true} whether or not event_log for generic actions is enabled. Default is true.
*/
public static final String GENERIC_EVENT_LOGGING_ENABLED = "event_logging_enabled";
/**
* {@code true} whether to show LE Audio toggle in device detail page. Default is false.
*/
public static final String BT_LE_AUDIO_DEVICE_DETAIL_ENABLED =
"bt_le_audio_device_detail_enabled";
}