Fix zygiskd not restart when zygote restarts

This commit is contained in:
LoveSy
2023-12-06 22:17:29 +08:00
committed by John Wu
parent d47e70cfaa
commit d49b02b274
3 changed files with 25 additions and 22 deletions

View File

@@ -38,6 +38,7 @@ struct module_info {
extern bool zygisk_enabled;
extern std::vector<module_info> *module_list;
extern std::string native_bridge;
void reset_zygisk(bool restore);
int connect_daemon(int req, bool create = false);