XposedFeature

libxposed 的可选特性。本模块按 API 102 编译,运行基线是 API 101;102 及以上的能力全部走这里协商。

版本在 EzXposed.initOnModuleLoaded 时解析一次,之后 isSupported 只是一次位测试。 库内对 102 符号的调用全部收在 XposedApiCompat.Api102

Entries

Link copied to clipboard

hook ID:HookBuilder.setIdHookHandle.getId,热重载跨代识别 hook 的基础。

Link copied to clipboard

原子替换已安装的 hook:HookHandle.replaceHook

Link copied to clipboard

热重载:onHotReloading / onHotReloaded 回调及其参数类型,依赖 HOOK_ID

Link copied to clipboard

停止向当前 entry 分发后续生命周期回调:XposedInterfaceWrapper.detach

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

当前 framework 是否提供该特性。

Link copied to clipboard

该特性要求的最低 libxposed API 版本。

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.