Merge "Change to show generic lock screen before setup fingerprint or face" into qt-dev

This commit is contained in:
Pasty Chang
2019-04-25 06:12:19 +00:00
committed by Android (Google) Code Review
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;