Adding biometric FRR Notification atom.
Test: statsd_testdrive 793 Test: statsd_testdrive 184 Test: m -j50 RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.biometrics Test: atest FingerprintUpdaterTest FaceUpdaterTest Bug: 302171089 Change-Id: I4c921b75321db79cc975b98b54b176a43379cd7c
This commit is contained in:
committed by
Joshua Mccloskey
parent
e28934a9f9
commit
e5f62676c8
@@ -484,6 +484,9 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
||||
protected Intent getEnrollingIntent() {
|
||||
Intent intent = new Intent(this, FaceEnrollEducation.class);
|
||||
WizardManagerHelper.copyWizardManagerExtras(getIntent(), intent);
|
||||
intent.putExtra(BiometricUtils.EXTRA_ENROLL_REASON,
|
||||
getIntent().getIntExtra(BiometricUtils.EXTRA_ENROLL_REASON, -1));
|
||||
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user