Reputation: 103
In my app I have an "option" menu in which the user can change some preferences. How can I refresh the app after changing those settings ?
Upvotes: 0
Views: 1566
Reputation: 10067
If those preferences are stored in SharedPreferences, why don't you implement SharedPreferences.OnSharedPreferenceChangeListener
Upvotes: 1