Skip to content

Commit 2af4e71

Browse files
Yu Shan Emily LauAndroid (Google) Code Review
authored andcommitted
Merge "Fix the test application orientation. Bug# 3205196" into gingerbread
2 parents 9ffb0a0 + d97943d commit 2af4e71

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)