Remove restriction to portrait orientation

This commit is contained in:
Tobias Brunner
2012-08-13 11:00:24 +02:00
parent 3a32ba7111
commit 40dfe8f1d8
+1 -3
View File
@@ -15,11 +15,9 @@
<activity
android:name=".ui.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:screenOrientation="portrait" >
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>