android edit contact

后端 未结 4 1430
余生分开走
余生分开走 2021-01-11 13:03

hi im trying to add a phone number to an existing contact on android 2.1. Im currently using:

ContentValues values = new ContentValues();
values.put(Phone.RA         


        
4条回答
  •  花落未央
    2021-01-11 13:56

    http://www.higherpass.com/Android/Tutorials/Working-With-Android-Contacts/1/

    http://developer.android.com/resources/samples/ContactManager/src/com/example/android/contactmanager/ContactAdder.html

    check this both link it will help :)

提交回复
热议问题