You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Added prop hiding
This commit is contained in:
@@ -113,9 +113,8 @@ public:
|
||||
LOGD("Invoking the companion was successful.");
|
||||
else
|
||||
{
|
||||
LOGW("Invoking the companion failed. Performing operations in Zygote context!");
|
||||
LOGW("Invoking the companion failed. Functionality will be limited in Zygote context!");
|
||||
doUnmount();
|
||||
doRemount();
|
||||
}
|
||||
|
||||
doHideZygisk();
|
||||
@@ -165,6 +164,7 @@ void zygisk_companion_handler(int fd)
|
||||
{
|
||||
doUnmount();
|
||||
doRemount();
|
||||
doMrProp();
|
||||
}));
|
||||
}();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user