aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorRémi Verschelde2016-06-19 12:49:42 +0200
committerGitHub2016-06-19 12:49:42 +0200
commit8f2115529ec861d3d4184091dabbd063e5684983 (patch)
tree395fb0ade055a0dda8bf7ca1570c9b7f2f4ff5ab /platform
parent40944ddffb8e6e73c31d1061eb185995787a968e (diff)
parent4f64935ab62f7837c0a1cd6b8f069ef568928474 (diff)
downloadgodot-8f2115529ec861d3d4184091dabbd063e5684983.tar.gz
godot-8f2115529ec861d3d4184091dabbd063e5684983.tar.zst
godot-8f2115529ec861d3d4184091dabbd063e5684983.zip
Merge pull request #5135 from volzhs/android-manifest
fix android support screen property for large screen
Diffstat (limited to 'platform')
-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 852a821c6..2a24c7cdc 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$$ >