Change to show generic lock screen before setup fingerprint or face

Bug: 121235656
Test: atest
Change-Id: Ib2a4c7382334433a56225f5338896f70b752071d
This commit is contained in:
pastychang
2019-03-26 16:09:34 +08:00
committed by Pasty Chang
parent 6010c3a9a8
commit 7a083f8f2f
4 changed files with 26 additions and 2 deletions

View File

@@ -515,7 +515,7 @@ public class ChooseLockPassword extends SettingsActivity {
}
}
private int getStageType() {
protected int getStageType() {
return mForFingerprint ? Stage.TYPE_FINGERPRINT :
mForFace ? Stage.TYPE_FACE :
Stage.TYPE_NONE;