I have looking on a few decompiled app and don't understand how to locate image in resources by uri. For example, I have uri:
android:icon="@drawable/icon"
So what I need to do? Open res
folder and look in each folder beginning from drawable
to find icon.png? Thanks