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

Commit 2b1c0fe1 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Update AVRCP implementation of IRemoteControlDisplay

Add implementation of new method in IRemoteControlDisplay.

Bug 8209392

Change-Id: Ic700be5476cb2f70b6a26098cbed3e8e130b3573
parent c39c605e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -252,6 +252,11 @@ final class Avrcp {
                    clientGeneration, (clearing ? 1 : 0), mediaIntent).sendToTarget();
            }
        }

        @Override
        public void setEnabled(boolean enabled) {
            // no-op: this RemoteControlDisplay is not subject to being disabled.
        }
    }

    /** Handles Avrcp messages. */