1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-26 17:26:21 +00:00
ownCloud-SMS-App/res/xml/slow_sync_adapter.xml
2014-11-30 20:07:49 +01:00

9 lines
402 B
XML

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