标签:
Android provides the LocalBroadcastManager class in the support library v4. This is a helper class to register for and send broadcasts of Intents to local objects within your process. This approach improves security as the broadcast events are only visible within your process and is faster than using standard events.
标签:
原文地址:http://www.cnblogs.com/shirokuma/p/4522532.html