Enable redaction interstitial after setting up pattern

Test: cd tests/robotests && mma
Bug: 37514884
Change-Id: Ie9342ca0ea893a687284d8b864c6d53a79f88086
This commit is contained in:
Maurice Lam
2017-04-25 14:56:22 -07:00
parent 09317a6545
commit c7e0fd90fb
4 changed files with 139 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ public class SetupChooseLockPattern extends ChooseLockPattern {
protected Intent getRedactionInterstitialIntent(Context context) {
// Setup wizard's redaction interstitial is deferred to optional step. Enable that
// optional step if the lock screen was set up.
SetupRedactionInterstitial.setEnabled(context, false);
SetupRedactionInterstitial.setEnabled(context, true);
return null;
}
}