Changes

Jump to: navigation, search

Android Broadcast Intents and Broadcast Receivers

6 bytes added, 21:08, 1 February 2016
m
Text replacement - "<google>BUY_ANDROID</google>" to "<htmlet>androidstudio</htmlet>"
<googlehtmlet>BUY_ANDROIDandroidstudio</googlehtmlet>
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.
<googlehtmlet>BUY_ANDROIDandroidstudio</googlehtmlet>
== Sticky Broadcast Intents ==
<googlehtmlet>BUY_ANDROIDandroidstudio</googlehtmlet>

Navigation menu