Changes

Jump to: navigation, search

Android Broadcast Intents and Broadcast Receivers

12 bytes removed, 17:01, 29 April 2016
no edit summary
<htmlet>androidstudioandroid44</htmlet>
The sendOrderedBroadcast() method is called with a number of arguments including a reference to another broadcast receiver (known as the result receiver) which is to be notified when all other broadcast receivers have handled the intent, together with a set of data references into which those receivers can place result data. When all broadcast receivers have been given the opportunity to handle the broadcast, the onReceive() method of the result receiver is called and passed the result data.
<htmlet>androidstudioandroid44</htmlet>
== Sticky Broadcast Intents ==
<htmlet>androidstudioandroid44</htmlet>

Navigation menu