Merge "Return GK_PW_HANDLE after remote LSKF verification." into udc-dev

This commit is contained in:
Dmitry Dementyev
2023-04-04 18:37:36 +00:00
committed by Android (Google) Code Review
5 changed files with 33 additions and 5 deletions

View File

@@ -135,6 +135,11 @@ public class BiometricEnrollActivity extends InstrumentedActivity {
if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) {
mGkPwHandle = BiometricUtils.getGatekeeperPasswordHandle(getIntent());
}
} else if (WizardManagerHelper.isAnySetupWizard(getIntent())) {
if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) {
mGkPwHandle = BiometricUtils.getGatekeeperPasswordHandle(getIntent());
}
}
if (savedInstanceState != null) {