mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
Temporary disable MagiskHide by default
Latest Android Q beta does not like when zygote is ptraced on boot. Disable it for now until further investigation.
This commit is contained in:
parent
e29b712108
commit
98f60216ac
@ -30,7 +30,7 @@ db_settings::db_settings() {
|
||||
data[ROOT_ACCESS] = ROOT_ACCESS_APPS_AND_ADB;
|
||||
data[SU_MULTIUSER_MODE] = MULTIUSER_MODE_OWNER_ONLY;
|
||||
data[SU_MNT_NS] = NAMESPACE_MODE_REQUESTER;
|
||||
data[HIDE_CONFIG] = true;
|
||||
data[HIDE_CONFIG] = false;
|
||||
}
|
||||
|
||||
int db_settings::getKeyIdx(string_view key) const {
|
||||
|
Loading…
Reference in New Issue
Block a user