diff options
| author | 2023-08-21 17:31:47 +0000 | |
|---|---|---|
| committer | 2023-08-21 17:31:47 +0000 | |
| commit | a6e0c487ce35ea1509912da2c059c3a5bbdbbd10 (patch) | |
| tree | 25aaa77a8e2a7d89d014e0c2c0bdb3829181998c | |
| parent | f131d8beb2c86ff8610eac35a3db181358d710db (diff) | |
| parent | d3a76aa98f716f46276478e86573385b6bf72b2f (diff) | |
Merge "Handle screenLayout on the seamless rotation activity" into main
| -rw-r--r-- | tests/FlickerTests/test-apps/flickerapp/AndroidManifest.xml | 2 |
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> |