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