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

* commit '2af4e71dd47565d794ad48041a156871396a7dde':
  Fix the test application orientation. Bug# 3205196
This commit is contained in:
Yu Shan Emily Lau
2011-01-07 09:40:18 -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"/>