Using PreferenceActivity and PreferenceFragment without creating a hierarchy

It seems that from the Android developer docs, it was shown how to create preferences using the gearchy and headers.

Is there a way to create a preference without headings? I saw EXTRA_NO_HEADER there, but I'm not too sure how to use it ...

+7
source share
1 answer

Of course, just create your PreferenceActivity or ~ Fragment, depending on the availability of API level / library support. The tutorial begins only with your question: Settings @Android Dev

0
source

All Articles