OSDN Git Service

Showing message when max attempts are hit in face unlock fixes b/7306168
authorDanielle Millett <dmillett@google.com>
Thu, 1 Nov 2012 19:00:12 +0000 (15:00 -0400)
committerDanielle Millett <dmillett@google.com>
Thu, 1 Nov 2012 19:00:12 +0000 (15:00 -0400)
commit1625e87e600e8d0752d2f5e1318151a694f1be3e
treeb45c3290e443c9f3a8caa34b6a01f9cb0e64b727
parent6e36f1019cb6d7098b49e036e1640c8cfc6880cf
Showing message when max attempts are hit in face unlock fixes b/7306168

Added a check in pattern and PIN to showed the face unlock max attempts
failure message if that had been reached.  The max attempts can only
be true if face unlock is enabled so it doesn't need to also check if it's
enabled.

Change-Id: If8a26498961d79fa6a647abc923c72f0af407e61
policy/src/com/android/internal/policy/impl/keyguard/KeyguardPINView.java
policy/src/com/android/internal/policy/impl/keyguard/KeyguardPatternView.java