Merge "Added extra to launchFingerprintSetitngs"

This commit is contained in:
TreeHugger Robot
2019-08-24 00:42:30 +00:00
committed by Android (Google) Code Review

View File

@@ -152,6 +152,7 @@ public class FingerprintEnrollFinish extends BiometricEnrollBase {
intent.setPackage(Utils.SETTINGS_PACKAGE_NAME);
intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE_TOKEN, mToken);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP);
intent.putExtra(Intent.EXTRA_USER_ID, mUserId);
startActivity(intent);
}