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

Commit 04895ba8 authored by Julius D'souza's avatar Julius D'souza Committed by android-build-merger
Browse files

Document Android Wear usage of KEYCODE_WINDOW. am: 03d4a658 am: 137006ff

am: 81ecb428

Change-Id: I897c7158c28c9c6ffe008fa7d937f1473d704d64
parents 222cd1a6 81ecb428
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -494,7 +494,8 @@ public class KeyEvent extends InputEvent implements Parcelable {
     * On TV remotes, switches to viewing live TV. */
    public static final int KEYCODE_TV              = 170;
    /** Key code constant: Window key.
     * On TV remotes, toggles picture-in-picture mode or other windowing functions. */
     * On TV remotes, toggles picture-in-picture mode or other windowing functions.
     * On Android Wear devices, triggers a display offset. */
    public static final int KEYCODE_WINDOW          = 171;
    /** Key code constant: Guide key.
     * On TV remotes, shows a programming guide. */