Update fingerprint enrolling flow

1. Make FingerprintEnrollFinish stay on the back stack during "add
   another"
2. Remove skip button from the enrolling screen, since the user can
   now back out of the enrollment flow, or back to
   FingerprintEnrollFinish and press "done" there.

Test: Run FingerprintEnrollFinishTest with `am instrument`
Bug: 32054268
Change-Id: Icaf017952d6582a14b4d0904b7ee67ad22e5280d
This commit is contained in:
Maurice Lam
2017-03-07 16:42:11 -08:00
parent a94c818330
commit 019593072b
6 changed files with 117 additions and 104 deletions

View File

@@ -71,14 +71,6 @@
android:accessibilityLiveRegion="polite"
android:visibility="invisible"/>
<Button
android:id="@+id/skip_button"
style="@style/SetupWizardButton.Negative"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/skip_label"
android:visibility="gone" />
</LinearLayout>
</com.android.setupwizardlib.GlifLayout>