接口 XposedModuleInterface.SystemServerStartingParam

封闭接口:
XposedModuleInterface

public static interface XposedModuleInterface.SystemServerStartingParam
Wraps information about system server. This information only indicates the state at the time of loading and will not be updated.
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets the class loader of system server.
  • 方法详细资料

    • getClassLoader

      @NonNull ClassLoader getClassLoader()
      Gets the class loader of system server.