Skip to content

Commit d97943d

Browse files
author
Yu Shan Emily Lau
committed
Fix the test application orientation. Bug# 3205196
Change-Id: I57085d6507482ce15dbf3b167965be4af43b3d88
1 parent 8d98aeb commit d97943d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

media/tests/MediaFrameworkTest/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<application>
2626
<uses-library android:name="android.test.runner" />
2727
<activity android:label="@string/app_name"
28-
android:name="MediaFrameworkTest">
28+
android:name="MediaFrameworkTest"
29+
android:screenOrientation="landscape">
2930
<intent-filter>
3031
<action android:name="android.intent.action.MAIN" />
3132
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)