I want to open a link to the google play store from my phonegap 3.4 app.
Calling market://details?id=com.google.android.apps.maps
leads to an ActivityNotFoundException which is defined here:
What do I have to change so that the activity which should handle the intent is found? any help is appreciated!