Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4bab181 authored by Bernard Chau's avatar Bernard Chau
Browse files

Fixed PASSWORD_COMPLEXITY_HIGH javadoc to require complex PIN of length at least 8

Bug: 111173457
Test: N/A. Just updating javadoc.

Change-Id: I4125d6ce511105a68db03fb3b51d68c914bcfdd6
parent 388dc11c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ import android.os.Build;
import android.os.Bundle;
import android.os.ParcelFileDescriptor;
import android.os.Parcelable;
import android.os.ParcelableException;
import android.os.PersistableBundle;
import android.os.Process;
import android.os.RemoteCallback;
@@ -1453,7 +1452,7 @@ public class DevicePolicyManager {
     * Constant for {@link #getPasswordComplexity()}: password satisfies one of the following:
     * <ul>
     * <li>PIN with <b>no</b> repeating (4444) or ordered (1234, 4321, 2468) sequences, length at
     * least 4
     * least 8
     * <li>alphabetic, length at least 6
     * <li>alphanumeric, length at least 6
     * </ul>