diff options
author | Matthew Xie <mattx@google.com> | 2013-11-01 20:34:21 +0000 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2013-11-01 13:49:20 -0700 |
commit | 371427b53c70d1a71012de404c29187fe303a22a (patch) | |
tree | 5067552e6c468a0c9281b6d294022d0a05158d98 | |
parent | ee4c84642afffa80f23039bbc2d4f59de11f67da (diff) | |
download | frameworks_base-371427b53c70d1a71012de404c29187fe303a22a.zip frameworks_base-371427b53c70d1a71012de404c29187fe303a22a.tar.gz frameworks_base-371427b53c70d1a71012de404c29187fe303a22a.tar.bz2 |
Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode."
This reverts commit 7a863b4bdae1d01d4ac972fe8ff8968bbfed6709.
bug 11325212
Change-Id: I8b50aec4ae39894a854583a74bda4db3445d3d67
-rw-r--r-- | data/keyboards/AVRCP.kl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/keyboards/AVRCP.kl b/data/keyboards/AVRCP.kl index 736b43c..4c91ece 100644 --- a/data/keyboards/AVRCP.kl +++ b/data/keyboards/AVRCP.kl @@ -14,8 +14,8 @@ # Key layout used for Bluetooth AVRCP support. -key 200 MEDIA_PLAY WAKE -key 201 MEDIA_PAUSE WAKE +key 200 MEDIA_PLAY_PAUSE WAKE +key 201 MEDIA_PLAY_PAUSE WAKE key 166 MEDIA_STOP WAKE key 163 MEDIA_NEXT WAKE key 165 MEDIA_PREVIOUS WAKE |