All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.pm.ProviderInfo Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy