Merge "Enable redaction interstitial after setting up pattern" into oc-dev

am: 2fc1fa6c41

Change-Id: Iace2ff261895f32bfbc158140c2002be40c1586f
This commit is contained in:
Maurice Lam
2017-04-27 03:48:23 +00:00
committed by android-build-merger
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;
}
}