Disallow backup to avoid backing up binaries

This commit is contained in:
Davide Depau 2018-09-02 02:00:55 +02:00
parent dcf7ce8451
commit 47bf826d1c
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"