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

Commit 507f8ed2 authored by Kenny Root's avatar Kenny Root Committed by Jean-Baptiste Queru
Browse files

Fix Configuration documentation for new constants

* Added KEYBOARD_NOKEYS link to Javadoc for keyboard.
* Added NAVIGATION_NONAV link to Javadoc for navigation.
parent c22457e8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ public final class Configuration implements Parcelable, Comparable<Configuration
    
    /**
     * The kind of keyboard attached to the device.
     * One of: {@link #KEYBOARD_QWERTY}, {@link #KEYBOARD_12KEY}.
     * One of: {@link #KEYBOARD_NOKEYS}, {@link #KEYBOARD_QWERTY},
     * {@link #KEYBOARD_12KEY}.
     */
    public int keyboard;
    
@@ -99,8 +100,8 @@ public final class Configuration implements Parcelable, Comparable<Configuration
    
    /**
     * The kind of navigation method available on the device.
     * One of: {@link #NAVIGATION_DPAD}, {@link #NAVIGATION_TRACKBALL}, 
     * {@link #NAVIGATION_WHEEL}. 
     * One of: {@link #NAVIGATION_NONAV}, {@link #NAVIGATION_DPAD},
     * {@link #NAVIGATION_TRACKBALL}, {@link #NAVIGATION_WHEEL}.
     */
    public int navigation;