Launching external application from my app

后端 未结 5 1367
春和景丽
春和景丽 2020-12-16 06:25

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         


        
5条回答
  •  北海茫月
    2020-12-16 07:01

    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.

提交回复
热议问题