DevicePolicyManager.GetPasswordQuality(ComponentName) Method

Definition

Retrieve the current minimum password quality for a particular admin or all admins that set restrictions on this user and its participating profiles.

[Android.Runtime.Register("getPasswordQuality", "(Landroid/content/ComponentName;)I", "GetGetPasswordQuality_Landroid_content_ComponentName_Handler")]
public virtual Android.App.Admin.PasswordQuality GetPasswordQuality (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("getPasswordQuality", "(Landroid/content/ComponentName;)I", "GetGetPasswordQuality_Landroid_content_ComponentName_Handler")>]
abstract member GetPasswordQuality : Android.Content.ComponentName -> Android.App.Admin.PasswordQuality
override this.GetPasswordQuality : Android.Content.ComponentName -> Android.App.Admin.PasswordQuality

Parameters

admin
ComponentName

The name of the admin component to check, or null to aggregate all admins.

Returns

Attributes

Remarks

Retrieve the current minimum password quality for a particular admin or all admins that set restrictions on this user and its participating profiles. Restrictions on profiles that have a separate challenge are not taken into account.

This method can be called on the DevicePolicyManager instance returned by #getParentProfileInstance(ComponentName) in order to retrieve restrictions on the parent profile.

Note: on devices not supporting PackageManager#FEATURE_SECURE_LOCK_SCREEN feature, the password is always treated as empty.

This member is deprecated. see #setPasswordQuality(ComponentName, int) for details.

Java documentation for android.app.admin.DevicePolicyManager.getPasswordQuality(android.content.ComponentName).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to