Merge "Return GK_PW_HANDLE after remote LSKF verification." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd7123e071
@@ -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) {
|
||||
|
Reference in New Issue
Block a user