mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-26 17:26:21 +00:00
9 lines
393 B
XML
9 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<sync-adapter
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:contentAuthority="@string/account_authority"
|
|
android:accountType="@string/account_type"
|
|
android:userVisible="true"
|
|
android:supportsUploading="true"
|
|
android:allowParallelSyncs="false"
|
|
android:isAlwaysSyncable="true" /> |