Support enable/disable Zygisk

This commit is contained in:
topjohnwu
2021-09-15 02:49:54 -07:00
parent 3b8ce85092
commit c0be5383de
12 changed files with 65 additions and 22 deletions

View File

@ -38,7 +38,8 @@ constexpr const char *DB_SETTING_KEYS[] = {
"root_access",
"multiuser_mode",
"mnt_ns",
"denylist"
"denylist",
"zygisk"
};
// Settings key indices
@ -46,7 +47,8 @@ enum {
ROOT_ACCESS = 0,
SU_MULTIUSER_MODE,
SU_MNT_NS,
DENYLIST_CONFIG
DENYLIST_CONFIG,
ZYGISK_CONFIG
};
// Values for root_access