am 513f3ab0: am 5619da8d: am 2af4e71d: Merge "Fix the test application orientation. Bug# 3205196" into gingerbread

* commit '513f3ab0500230be5975dee21113a30be1de8a6f':
  Fix the test application orientation. Bug# 3205196
This commit is contained in:
Yu Shan Emily Lau
2011-01-11 14:25:07 -08:00
committed by Android Git Automerger

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"/>