summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Oleg Kibirev <olegk@google.com> 2019-01-18 17:07:10 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-01-18 17:07:10 +0000
commit75da31fb1e3aef29215baab49dc016469481807c (patch)
tree9987ee53f42ada4501086ab6649f13a904ee59e2
parent1878450aa16e8d37e254f6265ef651cc7a969ddf (diff)
parent0e7a776df4775537a80fab69bc55a2e7bed8bef8 (diff)
Merge "Better docs for KEYCODE_PROFILE_SWITCH"
-rw-r--r--include/android/keycodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h
index cfd2b403b5..214559d683 100644
--- a/include/android/keycodes.h
+++ b/include/android/keycodes.h
@@ -774,7 +774,8 @@ enum {
AKEYCODE_THUMBS_UP = 286,
/** Thumbs down key. Apps can use this to let user downvote content. */
AKEYCODE_THUMBS_DOWN = 287,
- /** Consumed by system to switch current viewer profile. */
+ /** Used to switch current account that is consuming content.
+ * May be consumed by system to switch current viewer profile. */
AKEYCODE_PROFILE_SWITCH = 288
// NOTE: If you add a new keycode here you must also add it to several other files.