var exec = require('cordova/exec'); module.exports = { /** * Exits the PhoneGap application with no questions asked. */ exitApp: function() { exec(null, null, 'ExitApp', 'exitApp', []); } };