PreferenceFragmentCompat vs PreferenceFragment for API14 +

My apps target API 14+. If I need material design in my PreferenceFragment, do I need to use PreferenceFragmentCompat, or is this possible with PreferenceFragment?

+4
source share
1 answer

You should be fine using PreferenceFragment. This is supported by API 11+, so you should be fine.

+1
source

Source: https://habr.com/ru/post/1663316/


All Articles