Hello,
I have to provide some restriction on apk file while installing to the device and think off doing below restrictions:
- .apk file should only install on a particular device, so when user tries to install it to some other device it should flash error saying "Not a correct device to install".
So the use case is when user copy the apk file in his device and double click on it, it will check whether device is correct one to install or not, if no then it should not install .
Regards
Shruti