Don't show a pattern-specific prompt at encryption time.
Bug: 18054895 Change-Id: I8a029142085b9e7f59efc8e313b6438734d5a1bb
This commit is contained in:
@@ -376,8 +376,7 @@ public final class CredentialStorage extends Activity {
|
||||
private boolean confirmKeyGuard() {
|
||||
Resources res = getResources();
|
||||
boolean launched = new ChooseLockSettingsHelper(this)
|
||||
.launchConfirmationActivity(CONFIRM_KEY_GUARD_REQUEST,
|
||||
res.getText(R.string.credentials_install_gesture_prompt),
|
||||
.launchConfirmationActivity(CONFIRM_KEY_GUARD_REQUEST, null,
|
||||
res.getText(R.string.credentials_install_gesture_explanation),
|
||||
true);
|
||||
return launched;
|
||||
|
Reference in New Issue
Block a user