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:41 +00:00
parent 0a6af33cf2
commit ff090f34ed
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>