FileDocCategorySizeDatePackage
FeatureInfo.javaAPI DocAndroid 5.1 API887Sat Mar 14 14:09:40 GMT 2015android.content.pm

FeatureInfo.java

package android.content.pm;
public class FeatureInfo
  implements android.os.Parcelable
{
public  FeatureInfo() { throw new RuntimeException("Stub!"); }
public  FeatureInfo(android.content.pm.FeatureInfo orig) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int parcelableFlags) { throw new RuntimeException("Stub!"); }
public  java.lang.String getGlEsVersion() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.content.pm.FeatureInfo> CREATOR;
public static final int FLAG_REQUIRED = 1;
public static final int GL_ES_VERSION_UNDEFINED = 0;
public int flags;
public java.lang.String name;
public int reqGlEsVersion;
static { CREATOR = null; }
}