Commit ce827197 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Update AVRCP implementation of IRemoteControlDisplay" into klp-dev

parents 5d00ba23 5a036895
......@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment