Skip to content

Commit

Permalink
LockPatternUtils: Decrease minimum pin length for auto confirmation
Browse files Browse the repository at this point in the history
Change-Id: I3bb5558a40769dbdc21765292271c463378233d7
Signed-off-by: Mesquita <[email protected]>
  • Loading branch information
mickaelmendes50 authored and NurKeinNeid committed Nov 20, 2024
1 parent 2d4ca0a commit a2e0172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public class LockPatternUtils {
public static final int PIN_LENGTH_UNAVAILABLE = -1;

// This is the minimum pin length at which auto confirmation is supported
public static final int MIN_AUTO_PIN_REQUIREMENT_LENGTH = 6;
public static final int MIN_AUTO_PIN_REQUIREMENT_LENGTH = 4;

/**
* Header used for the encryption and decryption of the device credential for
Expand Down

0 comments on commit a2e0172

Please sign in to comment.