Example usage for Java android.content.pm PermissionInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | PROTECTION_NORMAL A normal application value for #protectionLevel , corresponding to the normal value of android.R.attr#protectionLevel . |
int | PROTECTION_DANGEROUS Dangerous value for #protectionLevel , corresponding to the dangerous value of android.R.attr#protectionLevel . |
int | PROTECTION_SIGNATURE System-level value for #protectionLevel , corresponding to the signature value of android.R.attr#protectionLevel . |
int | PROTECTION_SIGNATURE_OR_SYSTEM |
int | PROTECTION_FLAG_SYSTEM |
int | PROTECTION_FLAG_DEVELOPMENT Additional flag for #protectionLevel , corresponding to the development value of android.R.attr#protectionLevel . |
int | PROTECTION_FLAG_PRE23 Additional flag for #protectionLevel , corresponding to the pre23 value of android.R.attr#protectionLevel . |
int | PROTECTION_MASK_BASE Mask for #protectionLevel : the basic protection type. |
int | PROTECTION_MASK_FLAGS Mask for #protectionLevel : additional flag bits. |
int | FLAG_COSTS_MONEY Flag for #flags , corresponding to costsMoney value of android.R.attr#permissionFlags . |
int | fixProtectionLevel(int level) |
CharSequence | loadDescription(PackageManager pm) Retrieve the textual description of this permission. |
CharSequence | loadLabel(@NonNull PackageManager pm) Retrieve the current textual label associated with this item. |