android: how do i open another app from my app?

前端 未结 2 949
说谎
说谎 2020-11-27 04:18

I understand how to use intents and startActivity() when opening another activity within my own app, but how do you start a different app? specifically:

  • How d
2条回答
  •  执念已碎
    2020-11-27 04:41

    What you are looking for are intents and intent filters.

    Everything you want to know is detailed on the Android developer guide.

    http://developer.android.com/guide/topics/intents/intents-filters.html

提交回复
热议问题