Track keystore password method changes
Change-Id: I324914c00195d762cbaa8c63084e41fa796b7df8
This commit is contained in:
@@ -457,7 +457,7 @@ public final class CredentialStorage extends Activity {
|
||||
String password = data.getStringExtra(ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD);
|
||||
if (!TextUtils.isEmpty(password)) {
|
||||
// success
|
||||
mKeyStore.password(password);
|
||||
mKeyStore.unlock(password);
|
||||
// return to onResume
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user