Wednesday, January 21, 2015

How a Broadcast receiver is Implemented in Android?

At the time of application installation, it's manifest file is parsed and stored internally in Android System.

When a broadcast is sent say "Battery_low", then the android system looks up the loaded application's Manifest(that's already parsed and stored internally at the time of installation)
to see whether the application is indented to handle the broadcast message.

No comments:

Post a Comment