aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-08-21 11:25:41 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-08-21 11:25:41 +0200
commitf0ff8d22226f4f3b65b5b5ec9d6de47b181cefda (patch)
tree0f623989a8cfe7c2bde001192f0ab262c1ac9d04 /OpenKeychain/src/main/res/xml
parent2930f83b2a49735a840f2adad4a4c3cb83ac07e0 (diff)
downloadopen-keychain-f0ff8d22226f4f3b65b5b5ec9d6de47b181cefda.tar.gz
open-keychain-f0ff8d22226f4f3b65b5b5ec9d6de47b181cefda.tar.bz2
open-keychain-f0ff8d22226f4f3b65b5b5ec9d6de47b181cefda.zip
Add sync properties
Diffstat (limited to 'OpenKeychain/src/main/res/xml')
-rw-r--r--OpenKeychain/src/main/res/xml/sync_adapter_desc.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml
index d05dc6918..6871e1a5d 100644
--- a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml
+++ b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml
@@ -3,4 +3,6 @@
android:contentAuthority="com.android.contacts"
android:accountType="org.sufficientlysecure.keychain.account"
android:supportsUploading="false"
- android:userVisible="true" /> \ No newline at end of file
+ android:userVisible="true"
+ android:allowParallelSyncs="false"
+ android:isAlwaysSyncable="true" /> \ No newline at end of file