4
score
404
views
yes
status
CC BY-SA 3.0
How to reference or "find" a PreferenceActivity?
If I understand your question correctly, you have an Activity named Preferences which extends PreferenceActivity . You also have a Fragment that has registered an OnSharedPreferenceChangeListener . You need to update...