Merge changes I490ad424,I92ae38b8,I5db49dd2 into sc-dev

* changes:
  Update fingerprint/face enrollment to lock icon
  Update fingerprint intro drawable
  Remove SUW-specific fingerprint enroll description
This commit is contained in:
Kevin Chyn
2021-06-04 23:26:19 +00:00
committed by Android (Google) Code Review
4 changed files with 36 additions and 38 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);