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

View file

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