Loading src/com/android/bluetooth/a2dpsink/mbs/A2dpMediaBrowserService.java +1 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,7 @@ public class A2dpMediaBrowserService extends MediaBrowserService { mSession.setCallback(mSessionCallbacks); mSession.setFlags(MediaSession.FLAG_HANDLES_MEDIA_BUTTONS | MediaSession.FLAG_HANDLES_TRANSPORT_CONTROLS); mSession.setActive(true); mAvrcpCommandQueue = new AvrcpCommandQueueHandler(Looper.getMainLooper(), this); refreshInitialPlayingState(); Loading Loading
src/com/android/bluetooth/a2dpsink/mbs/A2dpMediaBrowserService.java +1 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,7 @@ public class A2dpMediaBrowserService extends MediaBrowserService { mSession.setCallback(mSessionCallbacks); mSession.setFlags(MediaSession.FLAG_HANDLES_MEDIA_BUTTONS | MediaSession.FLAG_HANDLES_TRANSPORT_CONTROLS); mSession.setActive(true); mAvrcpCommandQueue = new AvrcpCommandQueueHandler(Looper.getMainLooper(), this); refreshInitialPlayingState(); Loading