Reputation: 3208
I need to protect my application against copy protection. I saw some apps in market that are unable to extract using any backup applications in my android device.
How can I make my application too against copy?
Upvotes: 2
Views: 202
Reputation: 30804
What you're talking about is currently being deprecated as a way of copy-protecting your app. It's an option you can choose before publishing your app in the Developer's console. A much better and safer approach is to use The License Verification Library.
Upvotes: 3
Reputation: 2061
There is a check box you tick when you are publishing your app. I'm pretty sure that it's near the end of the page, after the payment details section.
Upvotes: 0