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

Commit fb29f154 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

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

Change-Id: Ie6aaa08aad88847f85545e065be972b79863f799
parents 912d9e9d 05186726
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) {
            }