public static final class IXposedHookInitPackageResources.Wrapper extends XC_InitPackageResources
XC_InitPackageResources.InitPackageResourcesParamXCallback.ParamIXposedHookInitPackageResources.Wrapperpriority, 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.
|
callpublic Wrapper(IXposedHookInitPackageResources instance)
public void handleInitPackageResources(XC_InitPackageResources.InitPackageResourcesParam resparam) throws java.lang.Throwable
IXposedHookInitPackageResourcesXResources class in order to replace resources.resparam - Information about the resources.java.lang.Throwable - Everything the callback throws is caught and logged.