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

Commit 05186726 authored by Hyundo Moon's avatar Hyundo Moon Committed by Android (Google) Code Review
Browse files

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

parents 0985a1da 2eedc1fe
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) {
            }