Scan for zygote periodically

Fix #3417
This commit is contained in:
topjohnwu
2020-11-08 03:44:23 -08:00
parent b14a260827
commit 1e45c63ea5
3 changed files with 26 additions and 11 deletions

View File

@ -275,7 +275,7 @@ int stop_magiskhide() {
void auto_start_magiskhide() {
if (hide_enabled()) {
pthread_kill(proc_monitor_thread, SIGZYGOTE);
pthread_kill(proc_monitor_thread, SIGALRM);
hide_late_sensitive_props();
} else if (SDK_INT >= 19) {
db_settings dbs;