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

Commit d97943d5 authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau
Browse files

Fix the test application orientation. Bug# 3205196

Change-Id: I57085d6507482ce15dbf3b167965be4af43b3d88
parent 8d98aebe
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"/>