Wesley A. Gahr
Wesley A. Gahr
The way I solved it is using Intents. Create a `BroadcastReceiver` in your main application and make your module send an `Intent` to it with the data you want to...
Well, that's the thing. I want them to share data. I want so send data to my Xposed hook from the BroadcastReceiver and then get back data. How can I...
Could you please expand on this? I think I understand the hooking of my app itself, but what about the receiver or service?
I tried to register it in my module, but it seems that it doesn't work: ```kotlin override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam?) { Main.lpparam = lpparam!! Main.tag = "[Dynamic Method Call] ${lpparam.packageName}"...
I got it working, I wanted to send it to all of them in the first place, so that's a good thing. It does exactly that now. I have another...
The code above is still relevant, I did something wrong with sending my intent, it works implicit and explicit. What I mean by keep them from closing... So when you...
@rovo89 Alright, so is it possible to send an Intent to the app and then prevent that single app from closing? I actually want to prevent one app from closing,...
I'm going to figure out how this works somewhere down the line and I'll make a flag for it. I'm currently in the middle of refactoring stuff.
I'm sorry for this! It's a placeholder. The crate is far from finished and it's still under construction. As of now I have little time and I still have many...
Yeah, I've noticed this problem myself. I have very little time to work on it right now because I'm kind of busy nowadays. I do intend to come back to...