类 XposedModule
java.lang.Object
io.github.libxposed.api.XposedInterfaceWrapper
io.github.libxposed.api.XposedModule
- 所有已实现的接口:
XposedInterface,XposedModuleInterface
Super class which all Xposed module entry classes should extend.
Entry classes will be instantiated exactly once for each process. Modules should not do initialization work before
Entry classes will be instantiated exactly once for each process. Modules should not do initialization work before
XposedModuleInterface.onModuleLoaded(ModuleLoadedParam) is called.-
嵌套类概要
从接口继承的嵌套类/接口 io.github.libxposed.api.XposedInterface
XposedInterface.Chain, XposedInterface.CtorInvoker<T>, XposedInterface.ExceptionMode, XposedInterface.HookBuilder, XposedInterface.Hooker, XposedInterface.HookHandle, XposedInterface.Invoker<T extends XposedInterface.Invoker<T,U>, U extends Executable> -
字段概要
从接口继承的字段 io.github.libxposed.api.XposedInterface
API_101, LIB_API, PRIORITY_DEFAULT, PRIORITY_HIGHEST, PRIORITY_LOWEST, PROP_CAP_REMOTE, PROP_CAP_SYSTEM, PROP_RT_API_PROTECTION -
构造器概要
构造器 -
方法概要
从类继承的方法 io.github.libxposed.api.XposedInterfaceWrapper
attachFramework, deoptimize, getApiVersion, getFrameworkName, getFrameworkProperties, getFrameworkVersion, getFrameworkVersionCode, getInvoker, getInvoker, getModuleApplicationInfo, getRemotePreferences, hook, hookClassInitializer, listRemoteFiles, log, log, openRemoteFile从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 io.github.libxposed.api.XposedModuleInterface
onModuleLoaded, onPackageLoaded, onPackageReady, onSystemServerStarting
-
构造器详细资料
-
XposedModule
public XposedModule()
-