Some custom filed of contact can not work on android4.0

EmmaS

New Member
I add an account to account&sync,the xml of ContactsSource is below, it can work normal on android2.3,but on android4.0.3,the "android:icon" and "android:summaryColumn" fields can not work.On contact detail page of addressbook,the connections section shows the icon of the account,not "@drawable/icon_bb" and the summaryColumn shows the account name,not "data2" in xml. \[code\]<ContactsDataKind android:mimeType="vnd.android.cursor.item/vnd.com.android.bb.profile" android:icon="@drawable/icon_bb" android:summaryColumn="data2" android:detailColumn="data3" android:detailSocialSummary="true" />\[/code\]
 
Back
Top