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

Commit 74bf0824 authored by Hyundo Moon's avatar Hyundo Moon Committed by Automerger Merge Worker
Browse files

Merge "MediaRouter: Set initial mIsBluetoothA2dpOn value" into sc-dev am: 05186726 am: fb29f154

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14819336

Change-Id: Ieb65b8faca6a2d0d5e0b937178301fac63c27efe
parents f077dcbd fb29f154
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@ public class MediaRouter {

            AudioRoutesInfo newAudioRoutes = null;
            try {
                mIsBluetoothA2dpOn = mAudioService.isBluetoothA2dpOn();
                newAudioRoutes = mAudioService.startWatchingRoutes(mAudioRoutesObserver);
            } catch (RemoteException e) {
            }