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

Commit 78d27dc3 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 4e4bc86f: enable playback position sync for AVRCP remoteControlDisplay in audio manager

* commit '4e4bc86f':
  enable playback position sync for AVRCP remoteControlDisplay in audio manager
parents 8d97acfd 4e4bc86f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ final class Avrcp {
        mHandler = new AvrcpMessageHandler(looper);
        mRemoteControlDisplay = new IRemoteControlDisplayWeak(mHandler);
        mAudioManager.registerRemoteControlDisplay(mRemoteControlDisplay);
        mAudioManager.remoteControlDisplayWantsPlaybackPositionSync(
                      mRemoteControlDisplay, true);
    }

    static Avrcp make(Context context) {