Class android.app.admin.DevicePolicyManager
Added Methods | |
---|---|
boolean bindDeviceAdminServiceAsUser (ComponentName, |
|
boolean clearResetPasswordToken (ComponentName ) |
|
Intent createAdminSupportIntent (String ) |
|
Set<String> getAffiliationIds (ComponentName ) |
|
List<UserHandle> getBindDeviceAdminTargetUsers (ComponentName ) |
|
List<String> getDelegatePackages (ComponentName, |
|
List<String> getDelegatedScopes (ComponentName, |
|
String[] getLockTaskPackages (ComponentName ) |
|
SystemUpdateInfo getPendingSystemUpdate (ComponentName ) |
|
List<String> getPermittedCrossProfileNotificationListeners (ComponentName ) |
|
long getRequiredStrongAuthTimeout (ComponentName ) |
|
boolean isBackupServiceEnabled (ComponentName ) |
|
boolean isNetworkLoggingEnabled (ComponentName ) |
|
boolean isResetPasswordTokenActive (ComponentName ) |
|
void lockNow (int ) |
|
boolean resetPasswordWithToken (ComponentName, |
|
List<NetworkEvent> retrieveNetworkLogs (ComponentName, |
|
void setAffiliationIds (ComponentName, |
|
void setBackupServiceEnabled (ComponentName, |
|
void setDelegatedScopes (ComponentName, |
|
void setNetworkLoggingEnabled (ComponentName, |
|
boolean setPermittedCrossProfileNotificationListeners (ComponentName, |
|
void setRequiredStrongAuthTimeout (ComponentName, |
|
boolean setResetPasswordToken (ComponentName, |
Changed Methods | ||
---|---|---|
void clearDeviceOwnerApp (String ) |
Now deprecated. |
|
void clearProfileOwner (ComponentName ) |
Now deprecated. |
|
String getApplicationRestrictionsManagingPackage (ComponentName ) |
Now deprecated. |
|
String getCertInstallerPackage (ComponentName ) |
Now deprecated. |
|
boolean isCallerApplicationRestrictionsManagingPackage () |
Now deprecated. |
|
void setApplicationRestrictionsManagingPackage (ComponentName, |
Now deprecated. |
|
void setCertInstallerPackage (ComponentName, |
Now deprecated. |
Added Fields | |
---|---|
String ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED |
|
String ACTION_DEVICE_ADMIN_SERVICE |
|
String ACTION_PROVISIONING_SUCCESSFUL |
|
String DELEGATION_APP_RESTRICTIONS |
|
String DELEGATION_BLOCK_UNINSTALL |
|
String DELEGATION_CERT_INSTALL |
|
String DELEGATION_ENABLE_SYSTEM_APP |
|
String DELEGATION_PACKAGE_ACCESS |
|
String DELEGATION_PERMISSION_GRANT |
|
String EXTRA_DELEGATION_SCOPES |
|
String EXTRA_PROVISIONING_DISCLAIMERS |
|
String EXTRA_PROVISIONING_DISCLAIMER_CONTENT |
|
String EXTRA_PROVISIONING_DISCLAIMER_HEADER |
|
String EXTRA_PROVISIONING_KEEP_ACCOUNT_ON_MIGRATION |
|
String EXTRA_PROVISIONING_SKIP_USER_CONSENT |
|
int FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY |
|
String POLICY_DISABLE_CAMERA |
|
String POLICY_DISABLE_SCREEN_CAPTURE |
Changed Fields | ||
---|---|---|
String EXTRA_PROVISIONING_EMAIL_ADDRESS |
Now deprecated. |