Launch native apps from custom cordova app
I'm developing a mobile app with Cordova (in Intel XDK) which is a list of buttons that launches other apps. So far I've managed to launch phone app ( href="tel://" ), sms ( href="sms:// ) and google website in browser ( href="http://google.com" ). I've found a plugin for starting apps: https://github.com/lampaa/com.lampa.startapp but basing on guide provided there I can launch an app with code like this (example) : navigator.startApp.start([["app.com.name", "app.com.name.Activity"], [{"product_id":"100"}]], ...); But how can I find those full app names (these app.com.name strings) ? I need