Added Methods
|
boolean getAutoTimeEnabled (ComponentName )
|
|
boolean getAutoTimeZoneEnabled (ComponentName )
|
|
Set<String> getCrossProfilePackages (ComponentName )
|
|
FactoryResetProtectionPolicy getFactoryResetProtectionPolicy (ComponentName )
|
|
long getManagedProfileMaximumTimeOff (ComponentName )
|
|
int getPersonalAppsSuspendedReasons (ComponentName )
|
|
List<String> getUserControlDisabledPackages (ComponentName )
|
|
boolean grantKeyPairToApp (ComponentName, String, String)
|
|
boolean hasLockdownAdminConfiguredNetworks (ComponentName )
|
|
boolean isCommonCriteriaModeEnabled (ComponentName )
|
|
boolean isOrganizationOwnedDeviceWithManagedProfile ()
|
|
boolean isUniqueDeviceAttestationSupported ()
|
|
boolean revokeKeyPairFromApp (ComponentName, String, String)
|
|
void setAutoTimeEnabled (ComponentName, boolean)
|
|
void setAutoTimeZoneEnabled (ComponentName, boolean)
|
|
void setCommonCriteriaModeEnabled (ComponentName, boolean)
|
|
void setConfiguredNetworksLockdownState (ComponentName, boolean)
|
|
void setCrossProfilePackages (ComponentName, Set<String>)
|
|
void setFactoryResetProtectionPolicy (ComponentName, FactoryResetProtectionPolicy)
|
|
void setLocationEnabled (ComponentName, boolean)
|
|
void setManagedProfileMaximumTimeOff (ComponentName, long)
|
|
void setPersonalAppsSuspended (ComponentName, boolean)
|
|
void setUserControlDisabledPackages (ComponentName, List<String>)
|
|