12 lines
552 B
XML
12 lines
552 B
XML
|
<?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_tinted"
|
||
|
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>
|