For the preference class to collect settings from UI, which of the following is required?
Preference class should extend Activity class
Preference class should extend PreferenceActivity
Preference class should extend SharedPreferenceActivity
Preference class should extend View class
Submit