|
@@ -7,7 +7,7 @@
|
|
>
|
|
>
|
|
<supports-screens android:smallScreens="true"
|
|
<supports-screens android:smallScreens="true"
|
|
android:normalScreens="true"
|
|
android:normalScreens="true"
|
|
- android:largeScreens="false"
|
|
|
|
|
|
+ android:largeScreens="true"
|
|
android:xlargeScreens="true"/>
|
|
android:xlargeScreens="true"/>
|
|
|
|
|
|
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" $$ADD_APPATTRIBUTE_CHUNKS$$ >
|
|
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" $$ADD_APPATTRIBUTE_CHUNKS$$ >
|