¡@

Home 

2014/10/16 ¤W¤È 08:22:08

android Programming Glossary: rawcontacturi

Inserting contacts in Android 2.2

http://stackoverflow.com/questions/4075694/inserting-contacts-in-android-2-2

new ContentValues values.put RawContacts.ACCOUNT_TYPE accountType values.put RawContacts.ACCOUNT_NAME accountName Uri rawContactUri getContentResolver .insert RawContacts.CONTENT_URI values long rawContactId ContentUris.parseId rawContactUri values.clear.. Uri rawContactUri getContentResolver .insert RawContacts.CONTENT_URI values long rawContactId ContentUris.parseId rawContactUri values.clear values.put Data.RAW_CONTACT_ID rawContactId values.put Data.MIMETYPE StructuredName.CONTENT_ITEM_TYPE values.put..

Android change contact picture

http://stackoverflow.com/questions/7968156/android-change-contact-picture

android intent contacts share improve this question First get the Uri for the Contacts first raw contact Uri rawContactUri null Cursor rawContactCursor managedQuery RawContacts.CONTENT_URI new String RawContacts._ID RawContacts.CONTACT_ID contactData.getLastPathSegment.. contactData.getLastPathSegment null null if rawContactCursor.isAfterLast rawContactCursor.moveToFirst rawContactUri RawContacts.CONTENT_URI.buildUpon .appendPath rawContactCursor.getLong 0 .build rawContactCursor.close Then convert a bitmap.. values new ContentValues int photoRow 1 String where ContactsContract.Data.RAW_CONTACT_ID ContentUris.parseId rawContactUri AND Data.MIMETYPE ' ContactsContract.CommonDataKinds.Photo.CONTENT_ITEM_TYPE ' Cursor cursor managedQuery ContactsContract.Data.CONTENT_URI..