public static final class

IXposedHookZygoteInit.StartupParam

extends Object
java.lang.Object
   ↳ de.robv.android.xposed.IXposedHookZygoteInit.StartupParam

Summary

Fields
public String modulePath The path to the module's APK.
public boolean startsSystemServer Always true on 32-bit ROMs.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String modulePath

The path to the module's APK.

public boolean startsSystemServer

Added in API level 60

Always true on 32-bit ROMs. On 64-bit, it's only true for the primary process that starts the system_server.