JLChen
2021-01-04 ed86fe7ed952bb2151aac8841134246bbde152c9
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<ContactsSource xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- %%AUTO_GENERATED%% -->
    <ContactsDataKind
        android:detailColumn="data3"
        android:detailSocialSummary="true"
        android:icon="@drawable/linphone_logo"
        android:mimeType="vnd.android.cursor.item/vnd.%%PACKAGE_NAME%%.provider.sip_address"
        android:summaryColumn="data2" />
    <!-- You can't use @string/linphone_address_mime_type above ! You have to hardcode it... -->
</ContactsSource>