konstantinbueschel
11/21/2016 - 5:25 PM

Appcelerator: How to detect and run code specific to Genymotion Emulators - From https://www.appcelerator.com/blog/2016/03/how-to-detect-and

Appcelerator: How to detect and run code specific to Genymotion Emulators - From https://www.appcelerator.com/blog/2016/03/how-to-detect-and-run-code-specific-to-genymotion-emulators/

var isGenymotion = Ti.Platform.name === 'android' && Ti.Platform.manufacturer === 'Genymotion';