We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d98aeb commit d97943dCopy full SHA for d97943d
media/tests/MediaFrameworkTest/AndroidManifest.xml
@@ -25,7 +25,8 @@
25
<application>
26
<uses-library android:name="android.test.runner" />
27
<activity android:label="@string/app_name"
28
- android:name="MediaFrameworkTest">
+ android:name="MediaFrameworkTest"
29
+ android:screenOrientation="landscape">
30
<intent-filter>
31
<action android:name="android.intent.action.MAIN" />
32
<category android:name="android.intent.category.LAUNCHER"/>
0 commit comments