Uses of Class
com.ensoftcorp.open.android.essentials.permissions.ProtectionLevel
-
Packages that use ProtectionLevel Package Description com.ensoftcorp.open.android.essentials.permissions com.ensoftcorp.open.android.essentials.permissions.mappings -
-
Uses of ProtectionLevel in com.ensoftcorp.open.android.essentials.permissions
Fields in com.ensoftcorp.open.android.essentials.permissions declared as ProtectionLevel Modifier and Type Field Description static ProtectionLevel
ProtectionLevel. APPOP
static ProtectionLevel
ProtectionLevel. DANGEROUS
static ProtectionLevel
ProtectionLevel. DEVELOPMENT
static ProtectionLevel
ProtectionLevel. NORMAL
static ProtectionLevel
ProtectionLevel. SIGNATURE
static ProtectionLevel
ProtectionLevel. SIGNATURE_OR_SYSTEM
static ProtectionLevel
ProtectionLevel. SYSTEM
static ProtectionLevel
ProtectionLevel. UNASSIGNED
Methods in com.ensoftcorp.open.android.essentials.permissions that return types with arguments of type ProtectionLevel Modifier and Type Method Description static java.util.Collection<ProtectionLevel>
ProtectionLevel. getAllProtectionLevels()
Returns a collection of all known protection levels -
Uses of ProtectionLevel in com.ensoftcorp.open.android.essentials.permissions.mappings
Methods in com.ensoftcorp.open.android.essentials.permissions.mappings with parameters of type ProtectionLevel Modifier and Type Method Description static com.ensoftcorp.atlas.core.query.Q
PermissionMapping. getMethods(ProtectionLevel protectionLevel, int apiVersion)
Returns the permission tagged methods for the permissions in the protection level Assumes the permission mapping tags have already been applied
-