You've already forked godot
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user