public static final class IXposedHookLoadPackage.Wrapper extends XC_LoadPackage
XC_LoadPackage.LoadPackageParam
XCallback.Param
IXposedHookLoadPackage.Wrapper
priority, PRIORITY_DEFAULT, PRIORITY_HIGHEST, PRIORITY_LOWEST
Constructor and Description |
---|
Wrapper(IXposedHookLoadPackage instance) |
Modifier and Type | Method and Description |
---|---|
void |
handleLoadPackage(XC_LoadPackage.LoadPackageParam lpparam)
This method is called when an app is loaded.
|
call
public Wrapper(IXposedHookLoadPackage instance)
public void handleLoadPackage(XC_LoadPackage.LoadPackageParam lpparam) throws java.lang.Throwable
IXposedHookLoadPackage
Application.onCreate()
is called.
Modules can set up their app-specific hooks here.lpparam
- Information about the app.java.lang.Throwable
- Everything the callback throws is caught and logged.