Skip navigation links
A B C D F G H I L M N P R S T U V W X 

A

afterHookedMethod(XC_MethodHook.MethodHookParam<?>) - Method in class de.robv.android.xposed.XC_MethodHook
Called after the invocation of the method.
afterHookedMethod(XC_MethodHook.MethodHookParam) - Method in class de.robv.android.xposed.XC_MethodReplacement
 
appInfo - Variable in class de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
More information about the application being loaded.
args - Variable in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Arguments to the method call.
assetAsByteArray(Resources, String) - Static method in class de.robv.android.xposed.XposedHelpers
Loads an asset from a resource object and returns the content as byte array.

B

beforeHookedMethod(XC_MethodHook.MethodHookParam<?>) - Method in class de.robv.android.xposed.XC_MethodHook
Called before the invocation of the method.
beforeHookedMethod(XC_MethodHook.MethodHookParam) - Method in class de.robv.android.xposed.XC_MethodReplacement
 
BOOTCLASSLOADER - Static variable in class de.robv.android.xposed.XposedBridge
 

C

call(XCallback.Param) - Method in class de.robv.android.xposed.callbacks.XC_InitPackageResources
 
call(XCallback.Param) - Method in class de.robv.android.xposed.callbacks.XC_LayoutInflated
 
call(XCallback.Param) - Method in class de.robv.android.xposed.callbacks.XC_LoadPackage
 
call(XCallback.Param) - Method in class de.robv.android.xposed.callbacks.XCallback
 
callAfterHookedMethod(XC_MethodHook.MethodHookParam<?>) - Method in class de.robv.android.xposed.XC_MethodHook
 
callAll(XCallback.Param) - Static method in class de.robv.android.xposed.callbacks.XCallback
 
callbacks - Variable in class de.robv.android.xposed.callbacks.XCallback.Param
 
callBeforeHookedMethod(XC_MethodHook.MethodHookParam<?>) - Method in class de.robv.android.xposed.XC_MethodHook
 
callMethod(Object, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Calls an instance or static method of the given object.
callMethod(Object, String, Class<?>[], Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Calls an instance or static method of the given object.
callStaticMethod(Class<?>, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Calls a static method of the given class.
callStaticMethod(Class<?>, String, Class<?>[], Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Calls a static method of the given class.
classLoader - Variable in class de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
The ClassLoader used for this package.
ClassNotFoundError(Throwable) - Constructor for error de.robv.android.xposed.XposedHelpers.ClassNotFoundError
 
ClassNotFoundError(String, Throwable) - Constructor for error de.robv.android.xposed.XposedHelpers.ClassNotFoundError
 
compareTo(XC_LayoutInflated) - Method in class de.robv.android.xposed.callbacks.XC_LayoutInflated
 

D

de.robv.android.xposed - package de.robv.android.xposed
 
de.robv.android.xposed.callbacks - package de.robv.android.xposed.callbacks
 
decrementMethodDepth(String) - Static method in class de.robv.android.xposed.XposedHelpers
Decrements the depth counter for the given method.
deoptimizeMethod(Member) - Static method in class de.robv.android.xposed.XposedBridge
Deoptimize a method to avoid callee being inlined.
DO_NOTHING - Static variable in class de.robv.android.xposed.XC_MethodReplacement
Predefined callback that skips the method without replacements.

F

findAndHookConstructor(Class<?>, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor and hook it.
findAndHookConstructor(String, ClassLoader, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor and hook it.
findAndHookMethod(Class<?>, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method and hook it.
findAndHookMethod(String, ClassLoader, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method and hook it.
findClass(String, ClassLoader) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a class with the specified class loader.
findClassIfExists(String, ClassLoader) - Static method in class de.robv.android.xposed.XposedHelpers
Look up and return a class if it exists.
findConstructorBestMatch(Class<?>, Class<?>...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor in a class and set it to accessible.
findConstructorBestMatch(Class<?>, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor in a class and set it to accessible.
findConstructorBestMatch(Class<?>, Class<?>[], Object[]) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor in a class and set it to accessible.
findConstructorExact(Class<?>, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor of a class and set it to accessible.
findConstructorExact(String, ClassLoader, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor of a class and set it to accessible.
findConstructorExact(Class<?>, Class<?>...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a constructor of a class and set it to accessible.
findConstructorExactIfExists(Class<?>, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up and return a constructor if it exists.
findConstructorExactIfExists(String, ClassLoader, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up and return a constructor if it exists.
findField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a field in a class and set it to accessible.
findFieldIfExists(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Look up and return a field if it exists.
findFirstFieldByExactType(Class<?>, Class<?>) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the first field of the given type in a class.
findMethodBestMatch(Class<?>, String, Class<?>...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodBestMatch(Class<?>, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodBestMatch(Class<?>, String, Class<?>[], Object[]) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodExact(Class<?>, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodExact(String, ClassLoader, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodExact(Class<?>, String, Class<?>...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodExactIfExists(Class<?>, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up and return a method if it exists.
findMethodExactIfExists(String, ClassLoader, String, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Look up and return a method if it exists.
findMethodsByExactParameters(Class<?>, Class<?>, Class<?>...) - Static method in class de.robv.android.xposed.XposedHelpers
Returns an array of all methods declared/overridden in a class with the specified parameter types.

G

getAdditionalInstanceField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
getAdditionalStaticField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Like XposedHelpers.getAdditionalInstanceField(java.lang.Object, java.lang.String), but the value is returned for the class of obj.
getAdditionalStaticField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
getArg(int) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
getArgs() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
getBooleanField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a boolean field in the given object instance.
getByteField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a byte field in the given object instance.
getCallback() - Method in interface de.robv.android.xposed.callbacks.IXUnhook
Returns the callback that has been registered.
getCallback() - Method in class de.robv.android.xposed.callbacks.XC_LayoutInflated.Unhook
 
getCallback() - Method in class de.robv.android.xposed.XC_MethodHook.Unhook
 
getCharField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a char field in the given object instance.
getClassesAsArray(Class<?>...) - Static method in class de.robv.android.xposed.XposedHelpers
Returns an array of the given classes.
getDoubleField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a double field in the given object instance.
getExtra() - Method in class de.robv.android.xposed.callbacks.XCallback.Param
This can be used to store any data for the scope of the callback.
getExtra(String) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
getFirstParameterIndexByType(Member, Class<?>) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the index of the first parameter declared with the given type.
getFloatField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a float field in the given object instance.
getHookedMethod() - Method in class de.robv.android.xposed.XC_MethodHook.Unhook
Returns the method/constructor that has been hooked.
getId() - Method in class de.robv.android.xposed.callbacks.XC_LayoutInflated.Unhook
Returns the resource ID of the hooked layout.
getIntField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of an int field in the given object instance.
getLongField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a long field in the given object instance.
getMD5Sum(String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the lowercase hex string representation of a file's MD5 hash sum.
getMethodDepth(String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the current depth counter for the given method.
getObjectExtra(String) - Method in class de.robv.android.xposed.callbacks.XCallback.Param
getObjectField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of an object field in the given object instance.
getOrigin() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
getParameterIndexByType(Member, Class<?>) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the index of the parameter declared with the given type, ensuring that there is exactly one such parameter.
getParameterTypes(Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Returns an array with the classes of the given objects.
getResult() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Returns the result of the method call.
getResultOrThrowable() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Returns the result of the method call, or throws the Throwable caused by it.
getShortField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a short field in the given object instance.
getStaticBooleanField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a static boolean field in the given class.
getStaticByteField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static byte field in the given class.
getStaticCharField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static char field in the given class.
getStaticDoubleField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static double field in the given class.
getStaticFloatField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static float field in the given class.
getStaticIntField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static int field in the given class.
getStaticLongField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static long field in the given class.
getStaticObjectField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Returns the value of a static object field in the given class.
getStaticShortField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static short field in the given class.
getSurroundingThis(Object) - Static method in class de.robv.android.xposed.XposedHelpers
For inner classes, returns the surrounding instance, i.e.
getThis() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
getThrowable() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Returns the Throwable thrown by the method, or null.
getXposedVersion() - Static method in class de.robv.android.xposed.XposedBridge
Returns the currently installed version of the Xposed framework.

H

handleInitPackageResources(XC_InitPackageResources.InitPackageResourcesParam) - Method in interface de.robv.android.xposed.IXposedHookInitPackageResources
This method is called when resources for an app are being initialized.
handleInitPackageResources(XC_InitPackageResources.InitPackageResourcesParam) - Method in class de.robv.android.xposed.IXposedHookInitPackageResources.Wrapper
 
handleLayoutInflated(XC_LayoutInflated.LayoutInflatedParam) - Method in class de.robv.android.xposed.callbacks.XC_LayoutInflated
This method is called when the hooked layout has been inflated.
handleLoadPackage(XC_LoadPackage.LoadPackageParam) - Method in interface de.robv.android.xposed.IXposedHookLoadPackage
This method is called when an app is loaded.
handleLoadPackage(XC_LoadPackage.LoadPackageParam) - Method in class de.robv.android.xposed.IXposedHookLoadPackage.Wrapper
 
hasThrowable() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Returns true if an exception was thrown by the method.
hookAllConstructors(Class<?>, XC_MethodHook) - Static method in class de.robv.android.xposed.XposedBridge
Hook all constructors of the specified class.
hookAllMethods(Class<?>, String, XC_MethodHook) - Static method in class de.robv.android.xposed.XposedBridge
Hooks all methods with a certain name that were declared in the specified class.
hookInitPackageResources(XC_InitPackageResources) - Static method in class de.robv.android.xposed.XposedBridge
Adds a callback to be executed when the resources for an app are initialized.
hookLoadPackage(XC_LoadPackage) - Static method in class de.robv.android.xposed.XposedBridge
Adds a callback to be executed when an app ("Android package") is loaded.
hookMethod(Member, XC_MethodHook) - Static method in class de.robv.android.xposed.XposedBridge
Hook any method (or constructor) with the specified callback.

I

incrementMethodDepth(String) - Static method in class de.robv.android.xposed.XposedHelpers
Increments the depth counter for the given method.
InitPackageResourcesParam(CopyOnWriteArraySet<XC_InitPackageResources>) - Constructor for class de.robv.android.xposed.callbacks.XC_InitPackageResources.InitPackageResourcesParam
 
initZygote(IXposedHookZygoteInit.StartupParam) - Method in interface de.robv.android.xposed.IXposedHookZygoteInit
Called very early during startup of Zygote.
InvocationTargetError(Throwable) - Constructor for error de.robv.android.xposed.XposedHelpers.InvocationTargetError
 
invokeOrigin() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
invokeOriginalMethod(Member, Object, Object[]) - Static method in class de.robv.android.xposed.XposedBridge
Basically the same as Method.invoke(java.lang.Object, java.lang.Object...), but calls the original method as it was before the interception by Xposed.
isFirstApplication - Variable in class de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
Set to true if this is the first (and main) application for this process.
isSkipped() - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
IXposedHookInitPackageResources - Interface in de.robv.android.xposed
Get notified when the resources for an app are initialized.
IXposedHookInitPackageResources.Wrapper - Class in de.robv.android.xposed
 
IXposedHookLoadPackage - Interface in de.robv.android.xposed
Get notified when an app ("Android package") is loaded.
IXposedHookLoadPackage.Wrapper - Class in de.robv.android.xposed
 
IXposedHookZygoteInit - Interface in de.robv.android.xposed
Hook the initialization of Zygote process(es), from which all the apps are forked.
IXposedHookZygoteInit.StartupParam - Class in de.robv.android.xposed
IXUnhook<T> - Interface in de.robv.android.xposed.callbacks
Interface for objects that can be used to remove callbacks.

L

LayoutInflatedParam() - Constructor for class de.robv.android.xposed.callbacks.XC_LayoutInflated.LayoutInflatedParam
 
LoadPackageParam(CopyOnWriteArraySet<XC_LoadPackage>) - Constructor for class de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
 
log(String) - Static method in class de.robv.android.xposed.XposedBridge
Writes a message to the Xposed modules log.
log(Throwable) - Static method in class de.robv.android.xposed.XposedBridge
Logs a stack trace to the Xposed modules log.

M

method - Variable in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
The hooked method/constructor.
MethodHookParam() - Constructor for class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
modulePath - Variable in class de.robv.android.xposed.IXposedHookZygoteInit.StartupParam
The path to the module's APK.

N

newInstance(Class<?>, Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Creates a new instance of the given class.
newInstance(Class<?>, Class<?>[], Object...) - Static method in class de.robv.android.xposed.XposedHelpers
Creates a new instance of the given class.

P

packageName - Variable in class de.robv.android.xposed.callbacks.XC_InitPackageResources.InitPackageResourcesParam
The name of the package for which resources are being loaded.
packageName - Variable in class de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
The name of the package being loaded.
Param() - Constructor for class de.robv.android.xposed.callbacks.XCallback.Param
Deprecated.
This constructor can't be hidden for technical reasons. Nevertheless, don't use it!
Param(XCallback[]) - Constructor for class de.robv.android.xposed.callbacks.XCallback.Param
 
priority - Variable in class de.robv.android.xposed.callbacks.XCallback
Callback priority, higher number means earlier execution.
PRIORITY_DEFAULT - Static variable in class de.robv.android.xposed.callbacks.XCallback
The default priority, see XCallback.priority.
PRIORITY_HIGHEST - Static variable in class de.robv.android.xposed.callbacks.XCallback
Execute this callback early, see XCallback.priority.
PRIORITY_LOWEST - Static variable in class de.robv.android.xposed.callbacks.XCallback
Execute this callback late, see XCallback.priority.
processName - Variable in class de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
The process in which the package is executed.

R

removeAdditionalInstanceField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
removeAdditionalStaticField(Object, String) - Static method in class de.robv.android.xposed.XposedHelpers
Like XposedHelpers.removeAdditionalInstanceField(java.lang.Object, java.lang.String), but the value is removed and returned for the class of obj.
removeAdditionalStaticField(Class<?>, String) - Static method in class de.robv.android.xposed.XposedHelpers
replaceHookedMethod(XC_MethodHook.MethodHookParam) - Method in class de.robv.android.xposed.XC_MethodReplacement
Shortcut for replacing a method completely.
res - Variable in class de.robv.android.xposed.callbacks.XC_InitPackageResources.InitPackageResourcesParam
Reference to the resources that can be used for calls to XResources.setReplacement(String, String, String, Object).
res - Variable in class de.robv.android.xposed.callbacks.XC_LayoutInflated.LayoutInflatedParam
Resources containing the layout.
resNames - Variable in class de.robv.android.xposed.callbacks.XC_LayoutInflated.LayoutInflatedParam
Container with the ID and name of the underlying resource.
returnAndSkip(Object) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
returnConstant(Object) - Static method in class de.robv.android.xposed.XC_MethodReplacement
Creates a callback which always returns a specific value.
returnConstant(int, Object) - Static method in class de.robv.android.xposed.XC_MethodReplacement
Like XC_MethodReplacement.returnConstant(Object), but allows to specify a priority for the callback.
returnEarly - Variable in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 

S

setAdditionalInstanceField(Object, String, Object) - Static method in class de.robv.android.xposed.XposedHelpers
Attaches any value to an object instance.
setAdditionalStaticField(Object, String, Object) - Static method in class de.robv.android.xposed.XposedHelpers
setAdditionalStaticField(Class<?>, String, Object) - Static method in class de.robv.android.xposed.XposedHelpers
setArg(int, U) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
setBooleanField(Object, String, boolean) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a boolean field in the given object instance.
setByteField(Object, String, byte) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a byte field in the given object instance.
setCharField(Object, String, char) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a char field in the given object instance.
setDoubleField(Object, String, double) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a double field in the given object instance.
setExtra(String, U) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 
setFloatField(Object, String, float) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a float field in the given object instance.
setIntField(Object, String, int) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of an int field in the given object instance.
setLongField(Object, String, long) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a long field in the given object instance.
setObjectExtra(String, Object) - Method in class de.robv.android.xposed.callbacks.XCallback.Param
Stores any object for the scope of the callback.
setObjectField(Object, String, Object) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of an object field in the given object instance.
setResult(Object) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Modify the result of the method call.
setShortField(Object, String, short) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a short field in the given object instance.
setStaticBooleanField(Class<?>, String, boolean) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static boolean field in the given class.
setStaticByteField(Class<?>, String, byte) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static byte field in the given class.
setStaticCharField(Class<?>, String, char) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static char field in the given class.
setStaticDoubleField(Class<?>, String, double) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static double field in the given class.
setStaticFloatField(Class<?>, String, float) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static float field in the given class.
setStaticIntField(Class<?>, String, int) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static int field in the given class.
setStaticLongField(Class<?>, String, long) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static long field in the given class.
setStaticObjectField(Class<?>, String, Object) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static object field in the given class.
setStaticShortField(Class<?>, String, short) - Static method in class de.robv.android.xposed.XposedHelpers
Sets the value of a static short field in the given class.
setThrowable(Throwable) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
Modify the exception thrown of the method call.
startsSystemServer - Variable in class de.robv.android.xposed.IXposedHookZygoteInit.StartupParam
Always true on 32-bit ROMs.

T

thisObject - Variable in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
The this reference for an instance method, or null for static methods.
throwAndSkip(Throwable) - Method in class de.robv.android.xposed.XC_MethodHook.MethodHookParam
 

U

unhook() - Method in interface de.robv.android.xposed.callbacks.IXUnhook
Removes the callback.
Unhook(String, int) - Constructor for class de.robv.android.xposed.callbacks.XC_LayoutInflated.Unhook
 
unhook() - Method in class de.robv.android.xposed.callbacks.XC_LayoutInflated.Unhook
 
unhook() - Method in class de.robv.android.xposed.XC_MethodHook.Unhook
 
unhookMethod(Member, XC_MethodHook) - Static method in class de.robv.android.xposed.XposedBridge
Deprecated.
Use XC_MethodHook.Unhook.unhook() instead. An instance of the Unhook class is returned when you hook the method.

V

variant - Variable in class de.robv.android.xposed.callbacks.XC_LayoutInflated.LayoutInflatedParam
Directory from which the layout was actually loaded (e.g.
view - Variable in class de.robv.android.xposed.callbacks.XC_LayoutInflated.LayoutInflatedParam
The view that has been created from the layout.

W

Wrapper(IXposedHookInitPackageResources) - Constructor for class de.robv.android.xposed.IXposedHookInitPackageResources.Wrapper
 
Wrapper(IXposedHookLoadPackage) - Constructor for class de.robv.android.xposed.IXposedHookLoadPackage.Wrapper
 

X

XC_InitPackageResources - Class in de.robv.android.xposed.callbacks
This class is only used for internal purposes, except for the XC_InitPackageResources.InitPackageResourcesParam subclass.
XC_InitPackageResources() - Constructor for class de.robv.android.xposed.callbacks.XC_InitPackageResources
Creates a new callback with default priority.
XC_InitPackageResources(int) - Constructor for class de.robv.android.xposed.callbacks.XC_InitPackageResources
Creates a new callback with a specific priority.
XC_InitPackageResources.InitPackageResourcesParam - Class in de.robv.android.xposed.callbacks
Wraps information about the resources being initialized.
XC_LayoutInflated - Class in de.robv.android.xposed.callbacks
Callback for hooking layouts
XC_LayoutInflated() - Constructor for class de.robv.android.xposed.callbacks.XC_LayoutInflated
Creates a new callback with default priority.
XC_LayoutInflated(int) - Constructor for class de.robv.android.xposed.callbacks.XC_LayoutInflated
Creates a new callback with a specific priority.
XC_LayoutInflated.LayoutInflatedParam - Class in de.robv.android.xposed.callbacks
Wraps information about the inflated layout.
XC_LayoutInflated.Unhook - Class in de.robv.android.xposed.callbacks
An object with which the callback can be removed.
XC_LoadPackage - Class in de.robv.android.xposed.callbacks
This class is only used for internal purposes, except for the XC_LoadPackage.LoadPackageParam subclass.
XC_LoadPackage() - Constructor for class de.robv.android.xposed.callbacks.XC_LoadPackage
Creates a new callback with default priority.
XC_LoadPackage(int) - Constructor for class de.robv.android.xposed.callbacks.XC_LoadPackage
Creates a new callback with a specific priority.
XC_LoadPackage.LoadPackageParam - Class in de.robv.android.xposed.callbacks
Wraps information about the app being loaded.
XC_MethodHook - Class in de.robv.android.xposed
Callback class for method hooks.
XC_MethodHook() - Constructor for class de.robv.android.xposed.XC_MethodHook
Creates a new callback with default priority.
XC_MethodHook(int) - Constructor for class de.robv.android.xposed.XC_MethodHook
Creates a new callback with a specific priority.
XC_MethodHook.MethodHookParam<T extends java.lang.reflect.Executable> - Class in de.robv.android.xposed
Wraps information about the method call and allows to influence it.
XC_MethodHook.Unhook - Class in de.robv.android.xposed
An object with which the method/constructor can be unhooked.
XC_MethodReplacement - Class in de.robv.android.xposed
A special case of XC_MethodHook which completely replaces the original method.
XCallback - Class in de.robv.android.xposed.callbacks
Base class for Xposed callbacks.
XCallback() - Constructor for class de.robv.android.xposed.callbacks.XCallback
Deprecated.
This constructor can't be hidden for technical reasons. Nevertheless, don't use it!
XCallback(int) - Constructor for class de.robv.android.xposed.callbacks.XCallback
 
XCallback.Param - Class in de.robv.android.xposed.callbacks
Base class for Xposed callback parameters.
XposedBridge - Class in de.robv.android.xposed
 
XposedBridge() - Constructor for class de.robv.android.xposed.XposedBridge
 
XposedHelpers - Class in de.robv.android.xposed
Helpers that simplify hooking and calling methods/constructors, getting and settings fields, ...
XposedHelpers.ClassNotFoundError - Error in de.robv.android.xposed
Thrown when a class loader is unable to find a class.
XposedHelpers.InvocationTargetError - Error in de.robv.android.xposed
This class provides a wrapper for an exception thrown by a method invocation.
A B C D F G H I L M N P R S T U V W X 
Skip navigation links