This version was replaced by v1.9.1 due to a signature error
@libxzr @yujincheng08 @Howard20181 @vvb2060 @Dr-TSNG @naicfeng @aviraxp @StefMa @delvinru @5ec1cff @anonymix007 @JasonKhew96
Full Changelog: v1.8.6...v1.9.0
API Changes
Currently, most part of the new API has been roughly stable (except helper
). We hope developers can test the new API to provide feedback on possible issues. The modern API will be published to Maven Central with the release of LSPosed 2.0.0, so before this, you can make suggestions to help make it better.
android
package besides system_server
(See this commit): For historical reasons, the package name of system_server
was changed to android
(See this commit from rovo89). To correct this behavior, for legacy modules, no code adjustment is needed, but the system framework is displayed as system
instead of android
in manager, with a new package android
which is responsible for system dialogs, etc. For modern modules, the meaning of system
and android
in the declared scope have the same meaning as they display in manager.
system_server: uid=1000 pkg=system proc=system
ChooserActivity,ResolverActivity: uid=1000 pkg=android proc=android:ui,system:ui
Changelog
processName
for handleLoadedPackage
's lpparam
isFirstPackage
for afterHookedMethod
getModule()
return value
AfterHooker
class name
LoadedApks
rather than all
IActivityManager.bindService
for Android 14
API 变更
目前,新 API 的大部分已经相对稳定(除了 helper
)。我们希望开发者能够测试新 API,并提供反馈以解决可能存在的问题。现代 API 将在 LSPosed 2.0.0 发布时发布到 Maven Central,因此在此之前,您可以提出建议以帮助改进它。
system_server
外的 android
进程(查看此提交):
由于历史原因,system_server
的包名被更改为 android
,ChooserActivity
等系统UI的包名被更改为 system
(请参阅 rovo89 的此提交)。为纠正此行为,管理器作用域界面中的 system
和 android
的含义现与它们的实际含义相同。我们保留传统模块代码层面的相反含义,但现代模块已得到更正。
system_server: uid=1000 pkg=system proc=system
ChooserActivity,ResolverActivity: uid=1000 pkg=android proc=android:ui,system:ui
更新日志
handleLoadedPackage
的 lpparam
中的 processName
afterHookedMethod
的 isFirstPackage
getModule()
返回值引起的 NPE
AfterHooker
类名中的拼写错误
LoadedApks
而不是全部清除
IActivityManager.bindService
Contributors