public static final class XC_LoadPackage.LoadPackageParam extends XCallback.Param
Modifier and Type | Field and Description |
---|---|
android.content.pm.ApplicationInfo |
appInfo
More information about the application being loaded.
|
java.lang.ClassLoader |
classLoader
The ClassLoader used for this package.
|
boolean |
isFirstApplication
Set to
true if this is the first (and main) application for this process. |
java.lang.String |
packageName
The name of the package being loaded.
|
java.lang.String |
processName
The process in which the package is executed.
|
callbacks
Constructor and Description |
---|
LoadPackageParam(java.util.concurrent.CopyOnWriteArraySet<XC_LoadPackage> callbacks) |
getExtra, getObjectExtra, setObjectExtra
public java.lang.String packageName
public java.lang.String processName
public java.lang.ClassLoader classLoader
public android.content.pm.ApplicationInfo appInfo
public boolean isFirstApplication
true
if this is the first (and main) application for this process.public LoadPackageParam(java.util.concurrent.CopyOnWriteArraySet<XC_LoadPackage> callbacks)