简体   繁体   中英

Communicate with Xposed module (Set values inside xposed hook)

如何从外部应用程序在Xposed挂钩中操作/设置变量?

You can register a BroadcastReceiver in a hook, which can then be used to manipulate values inside the running system via broadcast Intents. It works!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM