Commit 98f60216 authored by topjohnwu's avatar topjohnwu

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.
parent e29b7121
...@@ -30,7 +30,7 @@ db_settings::db_settings() { ...@@ -30,7 +30,7 @@ db_settings::db_settings() {
data[ROOT_ACCESS] = ROOT_ACCESS_APPS_AND_ADB; data[ROOT_ACCESS] = ROOT_ACCESS_APPS_AND_ADB;
data[SU_MULTIUSER_MODE] = MULTIUSER_MODE_OWNER_ONLY; data[SU_MULTIUSER_MODE] = MULTIUSER_MODE_OWNER_ONLY;
data[SU_MNT_NS] = NAMESPACE_MODE_REQUESTER; data[SU_MNT_NS] = NAMESPACE_MODE_REQUESTER;
data[HIDE_CONFIG] = true; data[HIDE_CONFIG] = false;
} }
int db_settings::getKeyIdx(string_view key) const { int db_settings::getKeyIdx(string_view key) const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment