How to protect the mp3 file from read or copy on Android?
问题 I have mp3 files in root folder of my app, but some users have root rights and they can play or copy. I want to protect my files, use them just in my app. How can I do this? Archiving is not a option. 回答1: There is no way to prevent users from copying, modifying or deleting files on the filesystem if they have root access. Archiving would be the only way, because converting your files back to mp3 would take some effort (reversing your android application in order to retrieve the packing