summaryrefslogtreecommitdiff
path: root/android/view/KeyEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/view/KeyEvent.java')
-rw-r--r--android/view/KeyEvent.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/android/view/KeyEvent.java b/android/view/KeyEvent.java
index a2147b71..a5974056 100644
--- a/android/view/KeyEvent.java
+++ b/android/view/KeyEvent.java
@@ -804,11 +804,12 @@ public class KeyEvent extends InputEvent implements Parcelable {
public static final int KEYCODE_SYSTEM_NAVIGATION_LEFT = 282;
/** Key code constant: Consumed by the system for navigation right */
public static final int KEYCODE_SYSTEM_NAVIGATION_RIGHT = 283;
- /** Key code constant: Show all apps
- * @hide */
+ /** Key code constant: Show all apps */
public static final int KEYCODE_ALL_APPS = 284;
+ /** Key code constant: Refresh key. */
+ public static final int KEYCODE_REFRESH = 285;
- private static final int LAST_KEYCODE = KEYCODE_ALL_APPS;
+ private static final int LAST_KEYCODE = KEYCODE_REFRESH;
// NOTE: If you add a new keycode here you must also add it to:
// isSystem()