Package org.robolectric.shadows
Class EnforcingAdminFactory
java.lang.Object
org.robolectric.shadows.EnforcingAdminFactory
Factory for
EnforcingAdmin
-
Method Summary
Modifier and TypeMethodDescriptionstatic EnforcingAdmin
create
(UserHandle userHandle, String packageName, Authority authority) Return anEnforcingAdmin
which can enforce a certain policy
-
Method Details
-
create
Return anEnforcingAdmin
which can enforce a certain policy- Parameters:
userHandle
- TheUserHandle
on which the admin is installed on.packageName
- The package name of the admin.authority
- TheAuthority
on which the admin is acting on, e.g. DPC, DeviceAdmin, etc..
-