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';