How to protect drawable resource in Android application
问题 Please tell me how to protect our resource in a apk package. With a simple rename-extract process, any one can copy and thief application drawable resource like images or soundFX files. My question is, is there any way to protect drawable resource in a Android application? 回答1: The drawable needs to be accessible to the operating system, so it has to be readable. If you really want to keep it secure, you could consider storing it encrypted as a raw asset, then load it, decrypt it into a