Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Bluetooth
Commits
ce827197
Commit
ce827197
authored
11 years ago
by
Jean-Michel Trivi
Committed by
Android (Google) Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Update AVRCP implementation of IRemoteControlDisplay" into klp-dev
parents
5d00ba23
5a036895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/com/android/bluetooth/a2dp/Avrcp.java
src/com/android/bluetooth/a2dp/Avrcp.java
+5
-0
No files found.
src/com/android/bluetooth/a2dp/Avrcp.java
View file @
ce827197
...
...
@@ -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. */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment