linphone-android/app/src/main/res/xml/sync_adapter.xml
2021-04-17 10:00:27 +02:00

7 lines
289 B
XML

<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/sync_account_type"
android:contentAuthority="com.android.contacts"
android:supportsUploading="false"
android:userVisible="true" />