Don't destroy ScreenshotActivity on size changes

Bug: 267764961
Test: SystemUIGoogleScreenshotTests
Change-Id: I9f58c9e9e95d2dde062346f7f8fcd9fe8e0d9cc3
This commit is contained in:
Jordan Demeulenaere
2023-02-22 16:22:37 +01:00
parent 0f1270b168
commit 90760468b7

View File

@@ -20,6 +20,7 @@
<application>
<activity
android:name="com.android.systemui.testing.screenshot.ScreenshotActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="true"
android:theme="@style/Theme.SystemUI.Screenshot" />
</application>