Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2af4e71d authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau Committed by Android (Google) Code Review
Browse files

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

parents 9ffb0a0d d97943d5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"/>