Do not allow backups

This commit is contained in:
topjohnwu 2018-02-12 03:18:57 +08:00
parent 9589b68f5a
commit 9d6886d367

View File

@ -13,7 +13,7 @@
<application
android:name=".MagiskManager"
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"