adspace
Answer Posted / Dharmendra Singh Kutiyal
A BroadcastReceiver is an Android component that responds to system-wide broadcast announcements or intent messages. It does not have a user interface and can be registered to listen for specific intents. When the matching intent is sent by another application or the system, the BroadcastReceiver will execute its onReceive() method to perform the desired action.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers