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:
@@ -4,7 +4,7 @@
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry kind="lib" path="/SweetDreamsLib/libs/admob-sdk-android.jar"/>
|
||||
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
||||
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
||||
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
BIN
SweetDreamsLite/bin/SweetDreamsLite.apk
Normal file
BIN
SweetDreamsLite/bin/SweetDreamsLite.apk
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user