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

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

Merge "Better docs for KEYCODE_PROFILE_SWITCH"

parents d983c5a0 6ad1ff1e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -818,7 +818,10 @@ public class KeyEvent extends InputEvent implements Parcelable {
    public static final int KEYCODE_THUMBS_UP = 286;
    /** Key code constant: Thumbs down key. Apps can use this to let user downvote content. */
    public static final int KEYCODE_THUMBS_DOWN = 287;
    /** Key code constant: Consumed by system to switch current viewer profile. */
    /**
     * Key code constant: Used to switch current {@link android.accounts.Account} that is
     * consuming content. May be consumed by system to set account globally.
     */
    public static final int KEYCODE_PROFILE_SWITCH = 288;

    /**