Added prop hiding

This commit is contained in:
snake-4
2024-05-03 02:30:58 +02:00
parent b6603b12c2
commit 3a72258df4
6 changed files with 69 additions and 5 deletions

View File

@@ -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();
}));
}();