views:

39

answers:

1

I have a PreferenceActivity with a few EditText and CheckBox Preferences. I would like to add a preference of Contact so that when the button was pressed it would allow the selction of a Contact's number

Is that possible using the PreferenceActivity functionality?

TIA

Pat Long

+1  A: 

AFAIK I know there is no direct Preference object to do this. But you can create your own, if you extend DialogPreference or Preference

Probably you have to just fire a contact picker, and listen for the results.

I would be too interested, so I would love to see the code shared.

Pentium10
I bet get of my lazy ass then and write it :-) I'll be back
Pat Long - Munkii Yebee
Keep up the good work, it's not hard as it looks like.
Pentium10