3
score
8.9K
views
no
status
CC BY-SA 3.0
findPreference(java.lang.CharSequence) is deprecated
It is deprecated because Android moved to fragment-based activities. Calling findPreference(CharSequence) will still work in higher API levels. You are just encouraged to use fragments instead of a PreferenceActivity ....