summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-08-21 17:31:47 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-08-21 17:31:47 +0000
commita6e0c487ce35ea1509912da2c059c3a5bbdbbd10 (patch)
tree25aaa77a8e2a7d89d014e0c2c0bdb3829181998c
parentf131d8beb2c86ff8610eac35a3db181358d710db (diff)
parentd3a76aa98f716f46276478e86573385b6bf72b2f (diff)
Merge "Handle screenLayout on the seamless rotation activity" into main
-rw-r--r--tests/FlickerTests/test-apps/flickerapp/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FlickerTests/test-apps/flickerapp/AndroidManifest.xml b/tests/FlickerTests/test-apps/flickerapp/AndroidManifest.xml
index 704798e11016..f867c989232d 100644
--- a/tests/FlickerTests/test-apps/flickerapp/AndroidManifest.xml
+++ b/tests/FlickerTests/test-apps/flickerapp/AndroidManifest.xml
@@ -70,7 +70,7 @@
<activity android:name=".SeamlessRotationActivity"
android:taskAffinity="com.android.server.wm.flicker.testapp.SeamlessRotationActivity"
android:theme="@style/CutoutShortEdges"
- android:configChanges="orientation|screenSize"
+ android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:label="SeamlessActivity"
android:exported="true">
<intent-filter>