i used android:supportsUploading="true" in the sync contacts adapter to can
edit the of contact my application account type but it only show first and
last name in the 2.3 so is possible to make the other filed appear and in
the ics i cant edit anything so is there another way to can edit the sync
contact in the ice cream sandwich version
and i find this  method to create my  own activity to can add contact to my
sync contact

<activity android:name=".uractivity" >

        <intent-filter>
            <action android:name="android.intent.action.INSERT" />

            <category android:name="android.intent.category.DEFAULT" />

            <data android:mimeType="vnd.android.cursor.dir/contact"/>

        </intent-filter>
    </activity>

 and try to do same with edit contact by use this <action
android:name="android.intent.action.EDIT" /> but it didn't work so can
anyone help me with a way to catch

the intent of edit contact to edit the contact in my edit activity wish
someone can help

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to