Class android.app.admin.DevicePolicyManager
Added Methods | |
---|---|
void acknowledgeDeviceCompliant () |
|
boolean canAdminGrantSensorsPermissions () |
|
boolean canUsbDataSignalingBeDisabled () |
|
String getEnrollmentSpecificId () |
|
Map<Integer, Set<String>> ) getKeyPairGrants (String ) |
|
int getNearbyAppStreamingPolicy () |
|
int getNearbyNotificationStreamingPolicy () |
|
int getRequiredPasswordComplexity () |
|
boolean grantKeyPairToWifiAuth (String ) |
|
boolean hasKeyPair (String ) |
|
boolean isActivePasswordSufficientForDeviceRequirement () |
|
boolean isComplianceAcknowledgementRequired () |
|
boolean isKeyPairGrantedToWifiAuth (String ) |
|
boolean isPreferentialNetworkServiceEnabled () |
|
boolean isSafeOperation (int ) |
|
boolean isUsbDataSignalingEnabled () |
|
List<UserHandle> listForegroundAffiliatedUsers () |
|
boolean revokeKeyPairFromWifiAuth (String ) |
|
void setNearbyAppStreamingPolicy (int ) |
|
void setNearbyNotificationStreamingPolicy (int ) |
|
void setOrganizationId (String ) |
|
void setPreferentialNetworkServiceEnabled (boolean ) |
|
void setRequiredPasswordComplexity (int ) |
|
void setUsbDataSignalingEnabled (boolean ) |
Changed Methods | ||
---|---|---|
int getOrganizationColor (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumLength (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumLetters (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumLowerCase (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumNonLetter (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumNumeric (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumSymbols (ComponentName ) |
Now deprecated. |
|
int getPasswordMinimumUpperCase (ComponentName ) |
Now deprecated. |
|
int getPasswordQuality (ComponentName ) |
Now deprecated. |
|
void setOrganizationColor (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumLength (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumLetters (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumLowerCase (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumNonLetter (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumNumeric (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumSymbols (ComponentName, |
Now deprecated. |
|
void setPasswordMinimumUpperCase (ComponentName, |
Now deprecated. |
|
void setPasswordQuality (ComponentName, |
Now deprecated. |
Changed Fields | ||
---|---|---|
String ACTION_PROVISION_MANAGED_DEVICE |
Now deprecated. |
|
String EXTRA_PROVISIONING_MAIN_COLOR |
Now deprecated. |
|
String EXTRA_PROVISIONING_SKIP_USER_CONSENT |
Now deprecated. |