Merge "Not relaunch BiometricEnrollActivity durng SUW" into tm-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58ac9b7..4d3b6d0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />