How to make activity react to local Broadcasts while paused?
问题 What is the best way to make an activity (if there is any) react to a broadcast that was send over a LocalBroadcastManager while the activity was paused or stopped. I couldn't find much details if the LocalBroadcastManager differs from a normal broadcast, but it seems that is still gets called event if the activity is in background. But that leads to some problems since some UI modifications are not possible as long as the activity is not shown. That's why I would prefer to handle all