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

This commit is contained in:
Hyundo Moon
2021-06-04 07:55:00 +00:00
committed by Android (Google) Code Review

View File

@@ -185,6 +185,7 @@ public class MediaRouter {
AudioRoutesInfo newAudioRoutes = null;
try {
mIsBluetoothA2dpOn = mAudioService.isBluetoothA2dpOn();
newAudioRoutes = mAudioService.startWatchingRoutes(mAudioRoutesObserver);
} catch (RemoteException e) {
}