We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ffb0a0 + d97943d commit 2af4e71Copy full SHA for 2af4e71
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