接口 XposedModuleInterface.ModuleLoadedParam
- 封闭接口:
XposedModuleInterface
public static interface XposedModuleInterface.ModuleLoadedParam
Wraps information about the process in which the module is loaded.
This information only indicates the state at the time of loading and will not be updated.
-
方法概要
修饰符和类型方法说明Gets the process name.booleanReturns whether the current process is system server.
-
方法详细资料
-
isSystemServer
boolean isSystemServer()Returns whether the current process is system server.- 返回:
trueif the current process is system server
-
getProcessName
Gets the process name.- 返回:
- The process name
-