mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 12:49:48 +00:00
MagiskHide is coming back strong
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user