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

Commit 58fb4bef authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am 0d9dc63f: am 283d0a9c: Merge "Update AVRCP implementation of IRemoteControlDisplay" into klp-dev

* commit '0d9dc63f':
  Update AVRCP implementation of IRemoteControlDisplay
parents 2fac35b9 0d9dc63f
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. */