Top "Xposed" questions

Xposed is a framework allowing to "hook into", that is, modify behavior of any function on an Android device.

Programmatically enable/disable Immersive Mode

I'm looking to make my Android app fullscreen, but only showing the android navigation bar on a certain screen (my …

java android xposed
How to get Context through hooking in android

The background is : I'm using xposed framework to hook a third party app. When I hook method XXX, xposed gave …

android hook android-context xposed