You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Properly detect package changes
This commit is contained in:
@@ -157,7 +157,6 @@ static void handle_request_async(int client, int code, const sock_cred &cred) {
|
||||
break;
|
||||
case +RequestCode::ZYGOTE_RESTART:
|
||||
LOGI("** zygote restarted\n");
|
||||
pkg_xml_ino = 0;
|
||||
prune_su_access();
|
||||
reset_zygisk(false);
|
||||
close(client);
|
||||
|
||||
Reference in New Issue
Block a user