1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Add support for prompting the user to retain app data on uninstall.

Supported on Android 10 and higher.
This commit is contained in:
Fredia Huya-Kouadio
2021-08-12 22:16:14 -07:00
parent a98589a449
commit e73e336e3b
3 changed files with 11 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
android:allowBackup="false"
android:icon="@mipmap/icon"
android:isGame="true"
android:hasFragileUserData="false"
tools:ignore="GoogleAppIndexingWarning" >
<!-- Records the version of the Godot editor used for building -->