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:
topjohnwu 2019-06-25 23:32:07 -07:00
parent e29b712108
commit 98f60216ac

View File

@ -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 {