FileDocCategorySizeDatePackage
ObbInfo.javaAPI DocAndroid 5.1 API667Sat Mar 14 14:09:38 GMT 2015android.content.res

ObbInfo.java

package android.content.res;
public class ObbInfo
  implements android.os.Parcelable
{
ObbInfo() { 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 static final android.os.Parcelable.Creator<android.content.res.ObbInfo> CREATOR;
public static final int OBB_OVERLAY = 1;
public java.lang.String filename;
public int flags;
public java.lang.String packageName;
public int version;
static { CREATOR = null; }
}