I want to use a Preferences screen, but insert into it a ListActivity in order to display Contacts, with a checkbox, a name, and a phone number, so that users can set 1..N of their contacts as being approved for a particular operation.
Is this possible, or will I need to create my own “home-grown” or “roll-your-own” pseudo Preference screen to accomplish this?
I want to ultimately be able to loop through the ListView, saving each Contact selected (via the associated check box on its row) to either the Preferences storage or to a SQLite database.
Take a look at this: