Fix keycode
4 new key codes were added since gingerbread. bug: http://b/issue?id=2830562 Change-Id: I91a55ef6ca9244bc053e25b6dd8d514cb3f106e9
This commit is contained in:
@@ -144,6 +144,10 @@ public class MonkeySourceRandom implements MonkeyEventSource {
|
|||||||
"KEYCODE_REWIND",
|
"KEYCODE_REWIND",
|
||||||
"KEYCODE_FORWARD",
|
"KEYCODE_FORWARD",
|
||||||
"KEYCODE_MUTE",
|
"KEYCODE_MUTE",
|
||||||
|
"KEYCODE_PAGE_UP",
|
||||||
|
"KEYCODE_PAGE_DOWN",
|
||||||
|
"KEYCODE_PICTSYMBOLS",
|
||||||
|
"KEYCODE_SWITCH_CHARSET",
|
||||||
|
|
||||||
"TAG_LAST_KEYCODE" // EOL. used to keep the lists in sync
|
"TAG_LAST_KEYCODE" // EOL. used to keep the lists in sync
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user