android.content.pm
Class FeatureInfo
java.lang.Object
android.content.pm.FeatureInfo
- All Implemented Interfaces:
- Parcelable
public class FeatureInfo
- extends java.lang.Object
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
GL_ES_VERSION_UNDEFINED
public static final int GL_ES_VERSION_UNDEFINED
- See Also:
- Constant Field Values
reqGlEsVersion
public int reqGlEsVersion
FLAG_REQUIRED
public static final int FLAG_REQUIRED
- See Also:
- Constant Field Values
flags
public int flags
CREATOR
public static final Parcelable.Creator<FeatureInfo> CREATOR
FeatureInfo
public FeatureInfo()
FeatureInfo
public FeatureInfo(FeatureInfo orig)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int parcelableFlags)
- Specified by:
writeToParcel in interface Parcelable
getGlEsVersion
public java.lang.String getGlEsVersion()
Copyright © 2008-2010. All Rights Reserved.