ListPreferences without any radio buttons?
问题 I want to create a ListPreference in my PreferenceActivity. When a ListPreference is clicked, I get a dialog box with a listview. Each row in list view has a text field and a radio button. I do not want this radio button and also on clicking list item, I want to fire an intent that opens browser? Any idea how to go about it? If i extend DialogPreference then how to handle onClicks? Like onListClickListener will work? OR If i extend ListPreference what are the functions i need to override? 回答1