Change MagiskHide state if logd is disabled
This commit is contained in:
parent
1b7657a374
commit
ae97d011ae
@ -54,6 +54,9 @@ void launch_magiskhide(int client) {
|
||||
write_int(client, LOGD_DISABLED);
|
||||
close(client);
|
||||
}
|
||||
setprop(MAGISKHIDE_PROP, "0");
|
||||
// Remove without actually removing persist props
|
||||
deleteprop2(MAGISKHIDE_PROP, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user