Briefing Android Knowledge

which of the following is required?

For the preference class to collect settings from UI, which of the following is required?

A.
Preference class should extend Activity class

B.
Preference class should extend PreferenceActivity

C.
Preference class should extend SharedPreferenceActivity

D.
Preference class should extend View class