mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 01:17:39 +00:00
Do not allow backups
This commit is contained in:
parent
9589b68f5a
commit
9d6886d367
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MagiskManager"
|
android:name=".MagiskManager"
|
||||||
android:allowBackup="true"
|
android:allowBackup="false"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user