I have 2 applications. If I use service, I can set permission so only app1 can send intent to app2: Define permission in app2
app1
app2
The tag can also define what permission the broadcasters should have, see http://developer.android.com/guide/topics/manifest/receiver-element.html#prmsn
I means you can protected your receiver from unauthorized broadcasts by coding like this:
... ... ...