How to use SHOW_OR_CREATE_CONTACT and also set a photo for the contact?
问题 Background I know that there are various fields that can be set via this intent, such as address, phone numbers, name, etc... : final Intent intent = new Intent(ContactsContract.Intents.SHOW_OR_CREATE_CONTACT, Uri.parse("tel:" +PhoneNumberService.formatNumber(phoneNumber, PhoneNumberFormat.NATIONAL)); intent.putExtra(ContactsContract.Intents.Insert.NAME, name); intent.putExtra(ContactsContract.Intents.Insert.POSTAL_ISPRIMARY,address); intent.putExtra(ContactsContract.Intents.Insert.POSTAL