Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56a76c70 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Show LE audio toggle in Device Detail by default" into udc-qpr-dev am:...

Merge "Show LE audio toggle in Device Detail by default" into udc-qpr-dev am: 2fdc9c94 am: f07e5f75

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24002323



Change-Id: I642988621d5e208cf5acbab6e88ecd3fdae45e41
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 55aa1373 f07e5f75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll
    private static final String 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 boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = false;
    private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = true;

    private LocalBluetoothManager mManager;
    private LocalBluetoothProfileManager mProfileManager;
+1 −1
Original line number Diff line number Diff line
@@ -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 = false;
    private static final boolean LE_AUDIO_DEVICE_DETAIL_DEFAULT_VALUE = true;
    static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN;

    @VisibleForTesting