Example usage for Java android.content.pm ConfigurationInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | INPUT_FEATURE_HARD_KEYBOARD Value for #reqInputFeatures : if set, indicates that the application requires a hard keyboard |
int | INPUT_FEATURE_FIVE_WAY_NAV Value for #reqInputFeatures : if set, indicates that the application requires a five way navigation device |
int | GL_ES_VERSION_UNDEFINED Default value for #reqGlEsVersion ; |
String | getGlEsVersion() This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string. |