Fields Summary |
---|
public int | reqTouchScreenThe kind of touch screen attached to the device.
One of: {@link android.content.res.Configuration#TOUCHSCREEN_NOTOUCH},
{@link android.content.res.Configuration#TOUCHSCREEN_STYLUS},
{@link android.content.res.Configuration#TOUCHSCREEN_FINGER}. |
public int | reqKeyboardTypeApplication's input method preference.
One of: {@link android.content.res.Configuration#KEYBOARD_UNDEFINED},
{@link android.content.res.Configuration#KEYBOARD_NOKEYS},
{@link android.content.res.Configuration#KEYBOARD_QWERTY},
{@link android.content.res.Configuration#KEYBOARD_12KEY} |
public int | reqNavigationA flag indicating whether any keyboard is available.
one of: {@link android.content.res.Configuration#NAVIGATION_UNDEFINED},
{@link android.content.res.Configuration#NAVIGATION_DPAD},
{@link android.content.res.Configuration#NAVIGATION_TRACKBALL},
{@link android.content.res.Configuration#NAVIGATION_WHEEL} |
public static final int | INPUT_FEATURE_HARD_KEYBOARDValue for {@link #reqInputFeatures}: if set, indicates that the application
requires a hard keyboard |
public static final int | INPUT_FEATURE_FIVE_WAY_NAVValue for {@link #reqInputFeatures}: if set, indicates that the application
requires a five way navigation device |
public int | reqInputFeaturesFlags associated with the input features. Any combination of
{@link #INPUT_FEATURE_HARD_KEYBOARD},
{@link #INPUT_FEATURE_FIVE_WAY_NAV} |
public static final int | GL_ES_VERSION_UNDEFINEDDefault value for {@link #reqGlEsVersion}; |
public int | reqGlEsVersionThe GLES version used by an application. The upper order 16 bits represent the
major version and the lower order 16 bits the minor version. |
public static final Creator | CREATOR |