XposedBridge icon indicating copy to clipboard operation
XposedBridge copied to clipboard

Injecting a Drawable resource

Open voider1 opened this issue 6 years ago • 0 comments

I'm trying to inject a drawabe into an APK and then use it. At first I tried to just pass the resource ID from the module, that didn't work obviously. After that I tried what you suggested here, this also didn't work for some reason, the fake resource ID isn't being recognised by the target app.

voider1 avatar May 26 '18 21:05 voider1