From 0e7a776df4775537a80fab69bc55a2e7bed8bef8 Mon Sep 17 00:00:00 2001 From: Oleg Kibirev Date: Fri, 18 Jan 2019 00:05:26 +0000 Subject: Better docs for KEYCODE_PROFILE_SWITCH Bug: 122276228 Test: not needed Change-Id: I8b0583fbd945eae97e735c22d0c523105df4cb15 --- include/android/keycodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3-59-g8ed1b