redlee90 / Hide-USB-Debugging-Mode

A Xposed module that is used to hide usb debugging status. Useful for apps such as TWC TV which refuses to run when usb debugging is on
52 stars 14 forks source link

Does not work with Fate Grand Order (English) #2

Open ibnu-ja opened 5 years ago

ibnu-ja commented 5 years ago

Using EdExposed (both hook method doesn't work) on Android Pie (API 28).

Helios747 commented 5 years ago

It's probably because FGO is doing more than looking to see if the setting is on. It's probably looking to see if the adb daemon is actually running, which this module can't really hide. This module only works on apps that simply check the OS provided setting, which this module will hook in and spoof.