Merge "Don't destroy ScreenshotActivity on size changes" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
038359aa1b
@@ -20,6 +20,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.android.systemui.testing.screenshot.ScreenshotActivity"
|
android:name="com.android.systemui.testing.screenshot.ScreenshotActivity"
|
||||||
|
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:theme="@style/Theme.SystemUI.Screenshot" />
|
android:theme="@style/Theme.SystemUI.Screenshot" />
|
||||||
</application>
|
</application>
|
||||||
|
|||||||
Reference in New Issue
Block a user