Android - Listening to a locale change without static variables
问题 I have a BroadcastReceiver that listens to a locale change. Here's my problem: I navigate to an Activity and then want to change locale (language setting) which I do by going to the settings app. The BroadcastReceiver then listens in onReceive() once a change is made. I then navigate back to the app and when I do so I'd like to take a user to another Activity . Also, a locale modification corresponds to a change in configuration which means an Activity will be destroyed and created again.