DVDAndroid / XposedInstaller

Materialised Xposed Installer
https://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
269 stars 57 forks source link

Suggestion: User config of "isXposedInstalled " #176

Open lars18th opened 7 years ago

lars18th commented 7 years ago

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?

DVDAndroid commented 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.

lars18th commented 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.

Because Xposed for Magisk when disabled doesn't use the same "disabled" file as regular Xposed. This is the reason.

thor1979 commented 6 years ago

Thanks for the Info ;-)

BeeeWall commented 6 years ago

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