public static final class IXposedHookInitPackageResources.Wrapper extends XC_InitPackageResources
XC_InitPackageResources.InitPackageResourcesParam
XCallback.Param
IXposedHookInitPackageResources.Wrapper
priority, PRIORITY_DEFAULT, PRIORITY_HIGHEST, PRIORITY_LOWEST
Constructor and Description |
---|
Wrapper(IXposedHookInitPackageResources instance) |
Modifier and Type | Method and Description |
---|---|
void |
handleInitPackageResources(XC_InitPackageResources.InitPackageResourcesParam resparam)
This method is called when resources for an app are being initialized.
|
call
public Wrapper(IXposedHookInitPackageResources instance)
public void handleInitPackageResources(XC_InitPackageResources.InitPackageResourcesParam resparam) throws java.lang.Throwable
IXposedHookInitPackageResources
XResources
class in order to replace resources.resparam
- Information about the resources.java.lang.Throwable
- Everything the callback throws is caught and logged.