I downloaded a program called apk share in playstore, this application copies the apk of any program that is installed on the android device. The question is how do I not allow this application to back up the information?
I know there are programs like avast anti virus that has 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 application in the cloud. Even because I left this option disabled and still managed to copy my apk.