
Android won't protect us from other apps sending other Intents to these receivers, so at least check that the action string matches what its looking for. This is based on a lint recommendation.
Android won't protect us from other apps sending other Intents to these receivers, so at least check that the action string matches what its looking for. This is based on a lint recommendation.