Package de.robv.android.xposed
Contains the main classes of the Xposed framework.
See: Description
-
Class Summary Class Description Wrapper StartupParam Data holder for initZygote. MethodHookParam Wraps information about the method call and allows to influence it. Unhook An object with which the method/constructor can be unhooked. XC_MethodHook Callback class for method hooks. XC_MethodReplacement A special case of XC_MethodHook which completely replaces the original method. CopyOnWriteSortedSet XposedBridge This class contains most of Xposed's central logic, such as initialization and callbacks used by the native side. ClassNotFoundError Thrown when a class loader is unable to find a class. InvocationTargetError This class provides a wrapper for an exception thrown by a method invocation. XposedHelpers Helpers that simplify hooking and calling methods/constructors, getting and settings fields, ... XSharedPreferences This class is basically the same as SharedPreferencesImpl from AOSP, but read-only and without listeners support. -
Interface Summary Interface Description IXposedHookLoadPackage Get notified when an app ("Android package") is loaded. IXposedHookZygoteInit Hook the initialization of Zygote process(es), from which all the apps are forked. IXposedMod Marker interface for Xposed modules.