2015-03-23 16:41:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-11-30 09:31:22 +00:00
|
|
|
<ContactsSource xmlns:android="http://schemas.android.com/apk/res/android">
|
2018-12-07 15:28:24 +00:00
|
|
|
<!-- %%AUTO_GENERATED%% -->
|
2015-03-23 16:41:10 +00:00
|
|
|
<ContactsDataKind
|
|
|
|
android:detailColumn="data3"
|
2018-11-30 09:31:22 +00:00
|
|
|
android:detailSocialSummary="true"
|
2020-03-29 12:14:04 +00:00
|
|
|
android:icon="@drawable/linphone_logo_tinted"
|
2018-12-07 15:28:24 +00:00
|
|
|
android:mimeType="vnd.android.cursor.item/vnd.%%PACKAGE_NAME%%.provider.sip_address"
|
2018-11-30 09:31:22 +00:00
|
|
|
android:summaryColumn="data2" />
|
2019-05-03 13:17:38 +00:00
|
|
|
<!-- You can't use @string/linphone_address_mime_type above ! You have to hardcode it... -->
|
2016-01-29 09:58:29 +00:00
|
|
|
</ContactsSource>
|