How to protect drawable resource in Android application -


please tell me how protect our resource in apk package. simple rename-extract process, 1 can copy , thief application drawable resource images or soundfx files. question is, there way protect drawable resource in android application?

the drawable needs accessible operating system, has readable.

if want keep secure, consider storing encrypted raw asset, load it, decrypt bytestream , pass bitmapfactory. that, of course, has slight performance ramifications , force hand-code lot of stuff have done in xml otherwise.

that aside, there many ways steal data - if it's drawable, people take screenshot.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -