接口 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.
    boolean
    Returns whether the current process is system server.
  • 方法详细资料

    • isSystemServer

      boolean isSystemServer()
      Returns whether the current process is system server.
      返回:
      true if the current process is system server
    • getProcessName

      @NonNull String getProcessName()
      Gets the process name.
      返回:
      The process name