android prevent apk

android, apk

Solution

Get the device ids of the devices you are going to test and just check to see if the current device is one of the devices you want.

Problem

I build an android application but I want that when I give it for testing then user can not copy it and that apk should not be installed on other devices?how is it possible .can I protect that apk?

Original source

Related problems