public static final class

XC_InitPackageResources.InitPackageResourcesParam

extends XCallback.Param
java.lang.Object
   ↳ de.robv.android.xposed.callbacks.XCallback.Param
     ↳ de.robv.android.xposed.callbacks.XC_InitPackageResources.InitPackageResourcesParam

Class Overview

Wraps information about the resources being initialized.

Summary

Fields
public String packageName The name of the package for which resources are being loaded.
public XResources res Reference to the resources that can be used for calls to XResources.setReplacement(String, String, String, Object).
[Expand]
Inherited Methods
From class de.robv.android.xposed.callbacks.XCallback.Param
From class java.lang.Object

Fields

public String packageName

The name of the package for which resources are being loaded.

public XResources res

Reference to the resources that can be used for calls to XResources.setReplacement(String, String, String, Object).