summaryrefslogtreecommitdiff
path: root/tests/tests/systemui/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/systemui/AndroidManifest.xml')
-rw-r--r--tests/tests/systemui/AndroidManifest.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/tests/systemui/AndroidManifest.xml b/tests/tests/systemui/AndroidManifest.xml
index 15933b6e967..3bcb78ef8c1 100644
--- a/tests/tests/systemui/AndroidManifest.xml
+++ b/tests/tests/systemui/AndroidManifest.xml
@@ -29,13 +29,11 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<application android:requestLegacyExternalStorage="true">
- <!-- Have LightBarActivity always take up the full screen, regardless of orientation,
- so it's never letterboxed. If the activity is letterboxed, then the status icons will
- be outside of the activity and the tests will fail. See b/246515090. -->
+ <!-- Have LightBarActivity always be in portrait orientation, since the test's screenshots
+ rely on portrait orientation. See b/260069585. -->
<activity android:name=".LightBarActivity"
android:theme="@android:style/Theme.Material.NoActionBar"
- android:screenOrientation="unspecified"
- android:resizeableActivity="true"/>
+ android:screenOrientation="portrait"/>
<activity android:name=".LightBarThemeActivity"
android:theme="@style/LightBarTheme"
android:screenOrientation="portrait"/>