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:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user