diff options
| -rw-r--r-- | tests/DumpRenderTree/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/DumpRenderTree/AndroidManifest.xml b/tests/DumpRenderTree/AndroidManifest.xml index c1512514dbcb..dc44b253822e 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" |