Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个适用于 xposed 框架的 android 应用程序。我希望能够挂钩安装在设备上的应用程序以及启动应用程序以获取事件的时间。
我该怎么做?
来自handleLoadPackage 方法的sharePkgParam.packageName 是从操作系统现在想要的资源中获取包名称,而不是像Xposed 教程中通过FindAndHook 或hookMethod 检查所需的方法