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
The activity you are calling should appear not only in the Manifest for its own package, but in the Manifest for the CALLING package, too.