Skip to content

Commit 734bc9b

Browse files
author
Android Code Review
committed
Merge change 10313
* changes: Fix Configuration documentation for new constants
2 parents 158c190 + acc44cc commit 734bc9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/java/android/content/res/Configuration.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public final class Configuration implements Parcelable, Comparable<Configuration
6060

6161
/**
6262
* The kind of keyboard attached to the device.
63-
* One of: {@link #KEYBOARD_QWERTY}, {@link #KEYBOARD_12KEY}.
63+
* One of: {@link #KEYBOARD_NOKEYS}, {@link #KEYBOARD_QWERTY},
64+
* {@link #KEYBOARD_12KEY}.
6465
*/
6566
public int keyboard;
6667

@@ -99,8 +100,8 @@ public final class Configuration implements Parcelable, Comparable<Configuration
99100

100101
/**
101102
* The kind of navigation method available on the device.
102-
* One of: {@link #NAVIGATION_DPAD}, {@link #NAVIGATION_TRACKBALL},
103-
* {@link #NAVIGATION_WHEEL}.
103+
* One of: {@link #NAVIGATION_NONAV}, {@link #NAVIGATION_DPAD},
104+
* {@link #NAVIGATION_TRACKBALL}, {@link #NAVIGATION_WHEEL}.
104105
*/
105106
public int navigation;
106107

0 commit comments

Comments
 (0)