- extras
- The new extra data map; may be null.
Change the current result extras of this broadcast; only works with broadcasts sent through Context.SendOrderedBroadcast(Intent, System.String). This is a Bundle holding arbitrary data, whose interpretation is up to the broadcaster. Can be set to null. Calling this method completely replaces the current map (if any).
This method does not work with non-ordered broadcasts such as those sent with Context.SendBroadcast(Intent)