Skip to content

Commit

Permalink
Merge "Fix keystore access when utilizing quick unlock" into ics
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcc authored and Gerrit Code Review committed Aug 14, 2012
2 parents 229c5d9 + 71bdc61 commit 8a10f5d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -186,6 +186,7 @@ public void afterTextChanged(Editable s) {
mLockPatternUtils.checkPassword(entry)) {
mCallback.keyguardDone(true);
mCallback.reportSuccessfulUnlockAttempt();
KeyStore.getInstance().password(entry);
}
}
}
Expand Down

0 comments on commit 8a10f5d

Please sign in to comment.