Search code examples
androidwindows-phonewindows-10-mobile

Check android runtime


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.


Solution

  • I found the way. You just need to read file /proc/cmdline and look for the hyperv string.