Interface XposedModuleInterface.SystemServerStartingParam

Enclosing interface:
XposedModuleInterface

public static interface XposedModuleInterface.SystemServerStartingParam
Wraps information about system server.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the class loader of system server.
  • Method Details

    • getClassLoader

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