I’m distributing my android application (apk) along with some encrypted audio files in SD card. After installing the apk on the android phone, i want the apk to be deleted automatically. Actually I dont want the apk to be copied by others.
Is there any solution such that apk cant be installed or copied by others?
I’m distributing my android application (apk) along with some encrypted audio files in SD
Share
By distributing it on an SD card you’re making it very easy for people to copy. What’s to stop them from just copying the card? Even if you come up with a way to prevent this from being done on Android, they could just insert the card into any other type of computer.