PreferenceActivity getSupportLoaderManager ()

I am using ActionBarSherlock in my application.

What I would like to do is use CursorLoader in PreferenceActivity . It is possible, but, as far as I can see, only at the API level> = 11.

I thought that maybe SherlockPreferenceActivity will solve it, but it also does not have getSupportFragmentManager() . (flagging it as actionbarsherlock because maybe I missed something)

Is there a way to use the standard preference activity with the bootloader and support older platforms, or do I just need to create my own settings screen?

+4
source share

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


All Articles