Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75da31fb authored by Oleg Kibirev's avatar Oleg Kibirev Committed by Android (Google) Code Review
Browse files

Merge "Better docs for KEYCODE_PROFILE_SWITCH"

parents 1878450a 0e7a776d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.