diff options
| author | Rémi Verschelde | 2016-06-19 12:49:42 +0200 |
|---|---|---|
| committer | GitHub | 2016-06-19 12:49:42 +0200 |
| commit | 8f2115529ec861d3d4184091dabbd063e5684983 (patch) | |
| tree | 395fb0ade055a0dda8bf7ca1570c9b7f2f4ff5ab /platform | |
| parent | 40944ddffb8e6e73c31d1061eb185995787a968e (diff) | |
| parent | 4f64935ab62f7837c0a1cd6b8f069ef568928474 (diff) | |
| download | godot-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.template | 2 |
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$$ > |
