android.content.pm.ProviderInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.content.pm;
public final class ProviderInfo
extends android.content.pm.ComponentInfo
implements android.os.Parcelable
{
public ProviderInfo() { throw new RuntimeException("Stub!"); }
public ProviderInfo(android.content.pm.ProviderInfo orig) { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel out, int parcelableFlags) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public java.lang.String authority;
public java.lang.String readPermission;
public java.lang.String writePermission;
public boolean grantUriPermissions;
public android.os.PatternMatcher[] uriPermissionPatterns = null;
public android.content.pm.PathPermission[] pathPermissions = null;
public boolean multiprocess;
public int initOrder;
@java.lang.Deprecated()
public boolean isSyncable;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}