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
Intent intent = new Intent();
intent.setAction("use same action in receiver");
intent.addcategory("use same category in receiver");
context.sendBroadcast(intent);