Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90760468 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Don't destroy ScreenshotActivity on size changes

Bug: 267764961
Test: SystemUIGoogleScreenshotTests
Change-Id: I9f58c9e9e95d2dde062346f7f8fcd9fe8e0d9cc3
parent 0f1270b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>