Not relaunch BiometricEnrollActivity durng SUW

Biometric fingerprint flow is abnormal because BiometricEnrollActivity
is relaunched during SUW because diplay or orientation is changed.

Bug: 205059704
Bug: 228812876
Test: atest BiometricEnrollActivityTest
Test: Before clicking "No thanks" manully unfold or rotate device on the
      fingerprint setup screen of SUW
Change-Id: If0abe785c74c7fb40da779af166d79eeba6ad57f
This commit is contained in:
Milton Wu
2022-04-18 17:18:57 +08:00
parent 3c354a2d38
commit a4f30404f0

View File

@@ -2226,6 +2226,7 @@
<activity android:name=".biometrics.BiometricEnrollActivity"
android:exported="true"
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density"
android:theme="@style/GlifTheme.Light">
<intent-filter>
<action android:name="android.settings.BIOMETRIC_ENROLL" />