Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Yet another approach is to use the LocalBroadcastManager class. Using this class, the intent broadcast never goes outside of the current process. According to the Android API Reference, LocalBroadcastManager has a number of advantages over Context.sendBroadcast(Intent):

...