We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfdb45 commit ef35ecaCopy full SHA for ef35eca
AndroidManifest.xml
@@ -3,7 +3,7 @@
3
package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
4
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="21"/>
5
<application android:icon="@drawable/icon" android:label="@string/app_name" android:name="ZeteticApplication">
6
- <activity android:name=".TestSuiteActivity">
+ <activity android:name=".TestSuiteActivity" android:screenOrientation="portrait">
7
<intent-filter>
8
<action android:name="android.intent.action.MAIN"/>
9
<category android:name="android.intent.category.LAUNCHER"/>
0 commit comments