updated manifest to lock the sweet dreams activity in portrait because the layout will not work in landscape
This commit is contained in:
2011-02-17 15:38:59 +00:00
parent ff090f34ed
commit e9b549444a
5 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<uses-sdk android:minSdkVersion="3" />
<application android:label="@string/app_name_lite" android:icon="@drawable/playdisabled">
<activity android:name=".SweetDreams" android:label="@string/app_name_lite">
<activity android:name=".SweetDreams" android:label="@string/app_name_lite" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />