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

Commit 5619da8d authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau Committed by Android Git Automerger
Browse files

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

* commit '2af4e71d':
  Fix the test application orientation. Bug# 3205196
parents ce77f1b7 2af4e71d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,8 @@
    <application>    
    <application>    
        <uses-library android:name="android.test.runner" />
        <uses-library android:name="android.test.runner" />
        <activity android:label="@string/app_name"
        <activity android:label="@string/app_name"
                android:name="MediaFrameworkTest">         
                android:name="MediaFrameworkTest"
                android:screenOrientation="landscape">
            <intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER"/>
                <category android:name="android.intent.category.LAUNCHER"/>