I would like to know how it is possible to protect an Android application from illegal copies not going through the Android market.
I know I can protect the code against reverse-engineering using ProGuard.
I am wondering if there is a good solution to avoid anyone to copy the apk file to another device and install the app. Since I will have full control of all the devices where the application will be installed (it is a company internal app), would it be possible to link the app to the device serial number? In that case the app will run only on those devices which serial number is in a list of allowed ones.
I am not looking for hyper security, I just want to keep the casual pirate away. I understand a professional hacker would hack it anyway if he wanted to.
Any suggestion??
Many Thanks