Show generic ChooseLockPattern title for suw.

Test: atest SetupChooseLockPatternTest
Bug: 301260673
Change-Id: I7df499015a1f4c0559f425ad47042dd2a459d1df
This commit is contained in:
Hao Dong
2024-01-18 23:23:40 +00:00
parent a3e5036311
commit 62fddbf478
3 changed files with 19 additions and 2 deletions

View File

@@ -160,6 +160,11 @@ public class SetupChooseLockPattern extends ChooseLockPattern {
}
}
@Override
protected boolean shouldShowGenericTitle() {
return true;
}
@Override
protected Intent getRedactionInterstitialIntent(Context context) {
// Setup wizard's redaction interstitial is deferred to optional step. Enable that