summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DumpRenderTree/AndroidManifest.xml')
-rw-r--r--tests/DumpRenderTree/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/DumpRenderTree/AndroidManifest.xml b/tests/DumpRenderTree/AndroidManifest.xml
index c151251..dc44b25 100644
--- a/tests/DumpRenderTree/AndroidManifest.xml
+++ b/tests/DumpRenderTree/AndroidManifest.xml
@@ -25,7 +25,9 @@
<category android:name="android.intent.category.TEST" />
</intent-filter>
</activity>
- <activity android:name="TestShellActivity" android:launchMode="singleTop"
+ <activity android:name="TestShellActivity"
+ android:launchMode="singleTop"
+ android:hardwareAccelerated="true"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Light"/>
<activity android:name="ReliabilityTestActivity" android:screenOrientation="portrait"