Welcome to the Javadoc reference of the Xposed Framework API. It's meant for module developers who want to understand which classes and methods they can use. The most ones are:
IXposedHookZygoteInit
IXposedHookLoadPackage
XposedHelpers.findAndHookMethod()
IXposedHookInitPackageResources
XResources.setReplacement()
android.app | Contains AndroidAppHelper with various methods for information about the current app. |
android.content.res | Contains classes that are required for replacing resources. |
de.robv.android.xposed | Contains the main classes of the Xposed framework. |
de.robv.android.xposed.callbacks | Contains the base classes for callbacks. |
de.robv.android.xposed.services | Contains file access services provided by the Xposed framework. |