rovo89 / XposedBridge

The Java part of the Xposed framework.
3.86k stars 1.1k forks source link

Injecting a Drawable resource #253

Open voider1 opened 6 years ago

voider1 commented 6 years ago

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.