File
Doc
Category
Size
Date
Package
ConfigurationInfo.java
API Doc
Android 5.1 API
1049
Sat Mar 14 14:09:40 GMT 2015
android.content.pm
ConfigurationInfo
java.lang.Object
public class ConfigurationInfo extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
GL_ES_VERSION_UNDEFINED
public static final int
INPUT_FEATURE_FIVE_WAY_NAV
public static final int
INPUT_FEATURE_HARD_KEYBOARD
public int
reqGlEsVersion
public int
reqInputFeatures
public int
reqKeyboardType
public int
reqNavigation
public int
reqTouchScreen
Constructors Summary
public ConfigurationInfo
()
throw new RuntimeException("Stub!");
public ConfigurationInfo
(
ConfigurationInfo
orig)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
getGlEsVersion
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
parcelableFlags)
throw new RuntimeException("Stub!");
Java Code Source