Merge "Fix the test application orientation. Bug# 3205196" into gingerbread

This commit is contained in:
Yu Shan Emily Lau
2011-01-07 09:38:24 -08:00
committed by Android (Google) Code Review

View File

@@ -25,7 +25,8 @@
<application>
<uses-library android:name="android.test.runner" />
<activity android:label="@string/app_name"
android:name="MediaFrameworkTest">
android:name="MediaFrameworkTest"
android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER"/>