Java android.content.pm ConfigurationInfo fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm ConfigurationInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm ConfigurationInfo.

The text is from its open source code.

Field

intINPUT_FEATURE_HARD_KEYBOARD
Value for #reqInputFeatures : if set, indicates that the application requires a hard keyboard
intINPUT_FEATURE_FIVE_WAY_NAV
Value for #reqInputFeatures : if set, indicates that the application requires a five way navigation device
intGL_ES_VERSION_UNDEFINED
Default value for #reqGlEsVersion ;

Constructor

Method

StringgetGlEsVersion()
This method extracts the major and minor version of reqGLEsVersion attribute and returns it as a string.