Starting with Xposed's app_process version 55, this will not be called unless a special file (conf/enable_for_tools) is created in the data directory of the installer.
However, it seems that this is no longer the case, and the configuration file no longer has any effect:
#if !defined(XPOSED_ENABLE_FOR_TOOLS)
if (!zygote)
return false;
#endif
I hope the Javadoc can be updated to reflect this change. Thanks.
From the Javadoc for
IXposedHookCmdInit
:However, it seems that this is no longer the case, and the configuration file no longer has any effect:
I hope the Javadoc can be updated to reflect this change. Thanks.