XposedInstaller icon indicating copy to clipboard operation
XposedInstaller copied to clipboard

Suggestion: User config of "isXposedInstalled "

Open lars18th opened this issue 8 years ago • 4 comments

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?

lars18th avatar Oct 04 '17 08:10 lars18th

Why? There is already a switch to enable/disable Xposed. It is enable if "disabled" file in app's folder exists, else is off.

DVDAndroid avatar Oct 04 '17 13:10 DVDAndroid

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.

lars18th avatar Oct 05 '17 06:10 lars18th

Thanks for the Info ;-)

thor1979 avatar Jan 31 '18 01:01 thor1979

Could it also just be changed to disable/enable the Magisk module?

BeeeWall avatar Mar 06 '18 00:03 BeeeWall