public static final class

XC_LoadPackage.LoadPackageParam

extends XCallback.Param
java.lang.Object
   ↳ de.robv.android.xposed.callbacks.XCallback.Param
     ↳ de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam

Class Overview

Wraps information about the app being loaded.

Summary

Fields
public ApplicationInfo appInfo More information about the application being loaded.
public ClassLoader classLoader The ClassLoader used for this package.
public boolean isFirstApplication Set to true if this is the first (and main) application for this process.
public String packageName The name of the package being loaded.
public String processName The process in which the package is executed.
[Expand]
Inherited Methods
From class de.robv.android.xposed.callbacks.XCallback.Param
From class java.lang.Object

Fields

public ApplicationInfo appInfo

More information about the application being loaded.

public ClassLoader classLoader

The ClassLoader used for this package.

public boolean isFirstApplication

Set to true if this is the first (and main) application for this process.

public String packageName

The name of the package being loaded.

public String processName

The process in which the package is executed.