summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-06-19 12:49:42 +0200
committerGitHub <noreply@github.com>2016-06-19 12:49:42 +0200
commit8f2115529ec861d3d4184091dabbd063e5684983 (patch)
tree395fb0ade055a0dda8bf7ca1570c9b7f2f4ff5ab /platform/android
parent40944ddffb8e6e73c31d1061eb185995787a968e (diff)
parent4f64935ab62f7837c0a1cd6b8f069ef568928474 (diff)
Merge pull request #5135 from volzhs/android-manifest
fix android support screen property for large screen
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/AndroidManifest.xml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template
index 852a821c65..2a24c7cdc2 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="false"
+ android:largeScreens="true"
android:xlargeScreens="true"/>
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" $$ADD_APPATTRIBUTE_CHUNKS$$ >