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

android.content.pm.PermissionInfo 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 class PermissionInfo
  extends android.content.pm.PackageItemInfo
  implements android.os.Parcelable
{
public  PermissionInfo() { throw new RuntimeException("Stub!"); }
public  PermissionInfo(android.content.pm.PermissionInfo orig) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence loadDescription(android.content.pm.PackageManager pm) { 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 int PROTECTION_NORMAL = 0;
public static final int PROTECTION_DANGEROUS = 1;
public static final int PROTECTION_SIGNATURE = 2;
public static final int PROTECTION_SIGNATURE_OR_SYSTEM = 3;
public static final int PROTECTION_FLAG_SYSTEM = 16;
public static final int PROTECTION_FLAG_DEVELOPMENT = 32;
public static final int PROTECTION_MASK_BASE = 15;
public static final int PROTECTION_MASK_FLAGS = 240;
public java.lang.String group;
public int descriptionRes;
public java.lang.CharSequence nonLocalizedDescription;
public int protectionLevel;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy