summaryrefslogtreecommitdiff
path: root/platform/android/AndroidManifest.xml.template
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-05-01 21:13:20 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-05-01 21:13:20 -0300
commit1e422941c88105852cc376569b7aa92e7784f4cd (patch)
treef54ff75e18805ff6c1d0ebee7104a9bdf325551b /platform/android/AndroidManifest.xml.template
parent88d078df1e72bcf7caf82761d9a86cb920527cb7 (diff)
-Fixed android export options (screen sizes, orientation should work)
-added functions to get mouse position in CanvasItem
Diffstat (limited to 'platform/android/AndroidManifest.xml.template')
-rw-r--r--platform/android/AndroidManifest.xml.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template
index 71e8b866dc..c95c86c060 100644
--- a/platform/android/AndroidManifest.xml.template
+++ b/platform/android/AndroidManifest.xml.template
@@ -7,7 +7,7 @@
>
<supports-screens android:smallScreens="true"
android:normalScreens="true"
- android:largeScreens="true"
+ android:largeScreens="false"
android:xlargeScreens="true"/>
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" $$ADD_APPATTRIBUTE_CHUNKS$$ >
@@ -15,7 +15,7 @@
android:label="@string/godot_project_name_string"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
- android:screenOrientation="portrait"
+ android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize">
<intent-filter>