OSDN Git Service

AI 145382: API review: change new media keycode names to avoid ambiguity.
authorDianne Hackborn <>
Thu, 9 Apr 2009 19:31:12 +0000 (12:31 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 9 Apr 2009 19:31:12 +0000 (12:31 -0700)
  Updates the key maps.  During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...!  So this is now changed to match.
  BUG=1779435

Automated import of CL 145382

emulator/keymaps/AVRCP.kl

index 175824e..d0eba10 100644 (file)
@@ -1,7 +1,6 @@
-key 164   PLAYPAUSE         WAKE
-key 128   STOP              WAKE
-key 163   NEXTSONG          WAKE
-key 165   PREVIOUSSONG      WAKE
-key 168   REWIND            WAKE
-key 159   FORWARD           WAKE
-
+key 164   MEDIA_PLAY_PAUSE    WAKE
+key 128   MEDIA_STOP          WAKE
+key 163   MEDIA_NEXT          WAKE
+key 165   MEDIA_PREVIOUS      WAKE
+key 168   MEDIA_REWIND        WAKE
+key 159   MEDIA_FAST_FORWARD  WAKE