How to use Broadcast Receiver in different Applications in Android?

后端 未结 4 2062
日久生厌
日久生厌 2020-11-29 09:04

I have here two applications in two different projects in eclipse. One application (A) defines an activity (A1) which is started first. Then i start from this activity the s

4条回答
  •  無奈伤痛
    2020-11-29 09:39

    Intent intent = new Intent("pacman.intent.action.BROADCAST");

    vs.

    Are you sure you use the same string in real code?

提交回复
热议问题