MagiskHide is coming back strong

This commit is contained in:
topjohnwu
2019-06-27 00:28:34 -07:00
parent 98f60216ac
commit 1e94517a72
3 changed files with 67 additions and 46 deletions

View File

@@ -38,7 +38,7 @@ static inline void lazy_unmount(const char* mountpoint) {
void hide_daemon(int pid) {
RunFinally fin([=]() -> void {
// Send resume signal
tgkill(pid, pid, SIGCONT);
kill(pid, SIGCONT);
_exit(0);
});
hide_unmount(pid);