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:
committed by
SongFerngWang
parent
8060347ec6
commit
f05615f1e8
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user