rovo89 / Xposed

The native part of the Xposed framework (mainly the modified app_process binary).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to deliver data from activity to my hook class that extends IXposedHookLoadPackage

bay0max opened this issue · comments

I want to get a String in MainActivity of my Xposed module.I don't know how to deliver this String.I wonder that if the activity and my hook class belong to two different process