refs #128
updated manifest to lock the sweet dreams activity in portrait because the layout will not work in landscape
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user