What is the purpose of LocalBroadcastManager?
To send broadcasts only within the app
To manage global events
To send broadcasts to external apps
To handle UI updates
Correct Answer: A — To send broadcasts only within the app
Explanation:
LocalBroadcastManager is used to send local broadcasts that are confined to the app. This improves security and avoids unnecessary inter-app communication.