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 挂钩中的变量?
您可以在钩子中注册一个 BroadcastReceiver,然后可以使用它来通过广播 Intents 操作正在运行的系统内的值。有用!