Skip to content

Commit 7a7d415

Browse files
committed
manifest: allowBackup="false"
1 parent 392d57f commit 7a7d415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<application android:label="@string/app_name"
5858
{% if debug %}android:debuggable="true"{% endif %}
5959
android:icon="@drawable/icon"
60-
android:allowBackup="{{ args.allow_backup }}"
60+
android:allowBackup="false"
6161
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
6262
android:hardwareAccelerated="true" >
6363
{% for l in args.android_used_libs %}

0 commit comments

Comments
 (0)