Set configChanges for Spa Browser Activity

Spa Browser Activity will handle orientation change itself.
To prevent the activity from being restarted.

Bug: 259520506
Test: Manually with Gallery
Change-Id: I8f379e7ddc69cd4f63c9cf645d0fbb1f789643c5
This commit is contained in:
Chaohui Wang
2022-11-21 17:44:31 +08:00
parent 7292c4a017
commit f67f2addf6

View File

@@ -4736,7 +4736,10 @@
</intent-filter>
</activity>
<activity android:name=".spa.SpaActivity" android:exported="false"/>
<activity
android:name=".spa.SpaActivity"
android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
android:exported="false" />
<activity android:name=".spa.SpaBridgeActivity" android:exported="false"/>
<activity-alias android:name="UsageStatsActivity"