I would like to launch an app the user selects from within my application. However, I\'m not sure how I\'d go about doing this. I\'ve tried this:
Intent inte
You need to pass in valid arguments to the apps you start. A lot of apps expect the data URI and / or certain extras to be valid.