Remove SUW-specific fingerprint enroll description

Bug: b/187460696
Test: adb shell am start -n com.google.android.setupwizard/.SetupWizardTestActivity
Change-Id: I5db49dd27439445aae9819dbdd0728ac5c02f0cd
This commit is contained in:
Kevin Chyn
2021-06-04 08:54:32 -07:00
parent 8d9d889a8e
commit 47257c05c8
2 changed files with 0 additions and 5 deletions

View File

@@ -82,9 +82,6 @@ public class SetupFingerprintEnrollIntroduction extends FingerprintEnrollIntrodu
protected void initViews() {
super.initViews();
setDescriptionText(
R.string.security_settings_fingerprint_enroll_introduction_message_setup);
FooterButton nextButton = getNextButton();
nextButton.setText(
this, R.string.security_settings_fingerprint_enroll_introduction_continue_setup);