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
Intent intent = new Intent("pacman.intent.action.BROADCAST");
vs.
Are you sure you use the same string in real code?