An application is having one broadcast receiver - whose onReceive() is currently executing, service - is in running state; then what is that process priority?

Answer: foreground process(1)

Description: Receiver which is executing its onReceive() will be treated with highest priority. process priority will be the maximum of components priority. So in this case process priority is highest priority.

No comments:

Post a Comment