-1
I downloaded a program called apk share in the playstore, this application copies the apk of any program that is installed on the android device. The question is how not to allow this application to back up information?
I know there are programs like Avast anti virus that have option to block the use of some programs, but the problem is that if the user downloads my app from the play store he can copy it through apkshare and distribute it for free to other people.
In the Manifest settings there is an attribute called android:allowBackup, but from what I understand this attribute only allows or not the backup of the cloud application. Even because I left this option disabled and still managed to copy my apk.
If you don’t want it to be distributed for free, what you have to do is block from your side, creating a single authentication per purchase/user/access/device id/whatever. You want to block it without that kind of validation is stupid.
– Maicon Carraro
That’s what @Maiconcarraro said is the least of it. Also, if your app is really worth it, guys open the apk and remove this lock. Unfortunately the reality is that if you don’t want your app to be "hacked", don’t post.
– w35l3y
Relax, guys... I’m aware of all these facts. Soh wanted to strengthen with more professionals on this subject.
– Fabricio