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 ProtectionLevelProtectionLevel. APPOPstatic ProtectionLevelProtectionLevel. DANGEROUSstatic ProtectionLevelProtectionLevel. DEVELOPMENTstatic ProtectionLevelProtectionLevel. NORMALstatic ProtectionLevelProtectionLevel. SIGNATUREstatic ProtectionLevelProtectionLevel. SIGNATURE_OR_SYSTEMstatic ProtectionLevelProtectionLevel. SYSTEMstatic ProtectionLevelProtectionLevel. UNASSIGNEDMethods 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.QPermissionMapping. 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
-