aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/keyserver_sync_adapter_desc.xml
blob: 76211aaf1bc0ff5675b3432fdd83e63b5f0ef29b (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
    android:contentAuthority="org.sufficientlysecure.keychain.debug.provider"
    android:accountType="@string/account_type"
    android:supportsUploading="false"
    android:userVisible="true"
    android:allowParallelSyncs="false"
    android:isAlwaysSyncable="true" />