Open lars18th opened 7 years ago
Why? There is already a switch to enable/disable Xposed. It is enable if "disabled" file in app's folder exists, else is off.
Why? There is already a switch to enable/disable Xposed. It is enable if "disabled" file in app's folder exists, else is off.
Because Xposed for Magisk when disabled doesn't use the same "disabled" file as regular Xposed. This is the reason.
Thanks for the Info ;-)
Could it also just be changed to disable/enable the Magisk module?
Hi,
In the initialization of the static variable "isXposedInstalled" I suggest to use an "user config value" for OVERRIDE the behaviour when the framework is temporally disabled. You can use a hidden setting in a file, or user selectable override option in the UI.
You agree?