How to import contacts from phonebook to our application

前端 未结 4 1510
长发绾君心
长发绾君心 2020-11-29 13:37

I am developing the android application ,when ever user clicks on the button it should show all contacts from the phone book with in a table.How can i achieve it,any one can

4条回答
  •  天命终不由人
    2020-11-29 14:01

    If you query the ContactsContract.Contacts content provider you will get cursor with the list of contacts.

提交回复
热议问题