Add support for prompting the user to retain app data on uninstall.
Supported on Android 10 and higher.
This commit is contained in:
parent
a98589a449
commit
e73e336e3b
3 changed files with 11 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue