Do not show LE audio toggle in Device Detail by default
Bug: 289884263 Bug: 289957406 Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothLeAudioDeviceDetailsPreferenceControllerTest Test: Checks the LE Audio toggle is not shown in Device Detail by default Change-Id: I2c6430c791dd852d238d7122a72f218f395c4a0b
This commit is contained in:
@@ -40,7 +40,7 @@ public class BluetoothLeAudioDeviceDetailsPreferenceController
|
||||
|
||||
private static final String PREFERENCE_KEY = "bluetooth_show_leaudio_device_details";
|
||||
private static final String CONFIG_LE_AUDIO_ENABLED_BY_DEFAULT = "le_audio_enabled_by_default";
|
||||
private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = true;
|
||||
private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = false;
|
||||
static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN;
|
||||
|
||||
@VisibleForTesting
|
||||
|
Reference in New Issue
Block a user