From 6e159aa9b9d4c44c0eb1bf18f0606e11a86f4e64 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 11 Sep 2019 01:14:09 +0000 Subject: docs: List BIOMETRIC_WEAK in setPasswordQuality() Also converted curly quotes to straight in one of the notes. Test: make ds-docs -j32 Bug: 135089189 Change-Id: I146fb7eec5da48496467a1bc7706f9d87dc339f7 --- core/java/android/app/admin/DevicePolicyManager.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 441ff6ba4643..a17b2ddd7215 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -1551,7 +1551,8 @@ public class DevicePolicyManager { * scopes will be sent in an {@code ArrayList} extra identified by the * {@link #EXTRA_DELEGATION_SCOPES} key. * - *

Note: This is a protected intent that can only be sent by the system.

+ *

Note: This is a protected intent that can only be sent by the + * system.

*/ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED = @@ -2610,6 +2611,7 @@ public class DevicePolicyManager { * * @param admin Which {@link DeviceAdminReceiver} this request is associated with. * @param quality The new desired quality. One of {@link #PASSWORD_QUALITY_UNSPECIFIED}, + * {@link #PASSWORD_QUALITY_BIOMETRIC_WEAK}, * {@link #PASSWORD_QUALITY_SOMETHING}, {@link #PASSWORD_QUALITY_NUMERIC}, * {@link #PASSWORD_QUALITY_NUMERIC_COMPLEX}, {@link #PASSWORD_QUALITY_ALPHABETIC}, * {@link #PASSWORD_QUALITY_ALPHANUMERIC} or {@link #PASSWORD_QUALITY_COMPLEX}. -- cgit v1.2.3-59-g8ed1b