I expect that my android application is allowed to install only on real device, and android-emulator can’t.How can I limit my android application installed on real device only ?
Thanks for any replies.
I expect that my android application is allowed to install only on real device,
Share
There’s one way how to handle it. Just check device id (IMEI code). For emulator it’s always
null, so you can define either someone tries to launch it in real device or in emulator.