Junior — Middle
In which process or component of the system does the Broadcast Receiver component operate?
sobes.tech AI
Answer from AI
Broadcast Receiver in Android operates within the process of the application to which it belongs. It is a component of the application and runs in the same process as other components of the application (Activity, Service, etc.). When a broadcast message is received, the system calls the Broadcast Receiver method in the context of the application's process where it is registered.