Since it's now possible to execute an apk file on windows mobile, is there any way to check if the environment is emulated on windows or not? I want to be aware if the app is executed on windows platform.
I found the way. You just need to read file /proc/cmdline and look for the hyperv string.