Merge "Show LE audio toggle in Device Detail by default" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2fdc9c943b
@@ -69,7 +69,7 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll
|
|||||||
private static final String ENABLE_DUAL_MODE_AUDIO =
|
private static final String ENABLE_DUAL_MODE_AUDIO =
|
||||||
"persist.bluetooth.enable_dual_mode_audio";
|
"persist.bluetooth.enable_dual_mode_audio";
|
||||||
private static final String CONFIG_LE_AUDIO_ENABLED_BY_DEFAULT = "le_audio_enabled_by_default";
|
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 = false;
|
private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = true;
|
||||||
|
|
||||||
private LocalBluetoothManager mManager;
|
private LocalBluetoothManager mManager;
|
||||||
private LocalBluetoothProfileManager mProfileManager;
|
private LocalBluetoothProfileManager mProfileManager;
|
||||||
|
@@ -40,7 +40,7 @@ public class BluetoothLeAudioDeviceDetailsPreferenceController
|
|||||||
|
|
||||||
private static final String PREFERENCE_KEY = "bluetooth_show_leaudio_device_details";
|
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 String CONFIG_LE_AUDIO_ENABLED_BY_DEFAULT = "le_audio_enabled_by_default";
|
||||||
private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = false;
|
private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = true;
|
||||||
static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN;
|
static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN;
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
|
Reference in New Issue
Block a user