XposedFeature
libxposed 的可选特性。本模块按 API 102 编译,运行基线是 API 101;102 及以上的能力全部走这里协商。
版本在 EzXposed.initOnModuleLoaded 时解析一次,之后 isSupported 只是一次位测试。 库内对 102 符号的调用全部收在 XposedApiCompat.Api102。
Entries
Link copied to clipboard
原子替换已安装的 hook:HookHandle.replaceHook。
Link copied to clipboard
热重载:onHotReloading / onHotReloaded 回调及其参数类型,依赖 HOOK_ID。
Link copied to clipboard
停止向当前 entry 分发后续生命周期回调:XposedInterfaceWrapper.detach。
Properties
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.