OSDN Git Service

More userActivity() calls in keyguard
authorJim Miller <jaggies@google.com>
Fri, 5 Oct 2012 05:02:29 +0000 (22:02 -0700)
committerJim Miller <jaggies@google.com>
Fri, 5 Oct 2012 05:02:29 +0000 (22:02 -0700)
commit9cf2c523d82ec14632fd0db920dcc8909c0f44a5
tree05488def4c662a5cdfebdc5b93cfdbfa6acf0a3c
parentf5e2b2c26c37d839e6559319d311b62598c6dade
More userActivity() calls in keyguard

Some security screens aren't currently calling userActivity().  As such,
they allow keyguard to timeout before the user has a chance to enter
the required information.

The fix uses a TextWatcher to look for changes in the input text
and call userActivity() appropriately.

bug 7291431

Change-Id: I6d7889cc01a4d6bdbefefc5af478e812c35b1a49
policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPinView.java
policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.java
policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewManager.java