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:
@@ -3,7 +3,7 @@
|
|||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="src" path="gen"/>
|
<classpathentry kind="src" path="gen"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
|
||||||
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
||||||
|
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
|
|
||||||
<application android:label="@string/app_name" android:icon="@drawable/playdisabled">
|
<application android:label="@string/app_name" android:icon="@drawable/playdisabled">
|
||||||
<activity android:name="SweetDreams">
|
<activity android:name="SweetDreams" android:screenOrientation="portrait">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN"></action>
|
<action android:name="android.intent.action.MAIN"></action>
|
||||||
<category android:name="android.intent.category.LAUNCHER"></category>
|
<category android:name="android.intent.category.LAUNCHER"></category>
|
||||||
|
|||||||
Reference in New Issue
Block a user