Merge "Don't destroy ScreenshotActivity on size changes" into tm-qpr-dev

This commit is contained in:
Jordan Demeulenaere
2023-02-22 21:09:36 +00:00
committed by Android (Google) Code Review

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>