Merge "Fix the test application orientation. Bug# 3205196" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
2af4e71dd4
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user