How do we specify in broadcast sending application that which application can receive this broadcast, and in receiving application that which particular application has the permission to send broadcast to its broadcast receiver…
I am new to android..I read the documentation etc on internet but couldn’t find the syntax to specify these permissions.
use an intent filter in receiver tag in manifest
To send broadcast to app