aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-07-30 04:39:38 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-20 21:02:29 +0530
commit448657602ce5baa5b2a99e26ab2eb2fb8061778f (patch)
treeee3e0382a60585cb22ef324db2ea10163349e871 /OpenKeychain/src/main/res/xml
parent1ef6f883e34a08dc916ad7dfabd7f892964aff54 (diff)
downloadopen-keychain-448657602ce5baa5b2a99e26ab2eb2fb8061778f.tar.gz
open-keychain-448657602ce5baa5b2a99e26ab2eb2fb8061778f.tar.bz2
open-keychain-448657602ce5baa5b2a99e26ab2eb2fb8061778f.zip
improved orbot notify, added periodic sync
Diffstat (limited to 'OpenKeychain/src/main/res/xml')
-rw-r--r--OpenKeychain/src/main/res/xml/keyserver_sync_adapter_desc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/xml/keyserver_sync_adapter_desc.xml b/OpenKeychain/src/main/res/xml/keyserver_sync_adapter_desc.xml
index 76211aaf1..3923fae59 100644
--- a/OpenKeychain/src/main/res/xml/keyserver_sync_adapter_desc.xml
+++ b/OpenKeychain/src/main/res/xml/keyserver_sync_adapter_desc.xml
@@ -1,6 +1,6 @@
<?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:contentAuthority="@string/provider_content_authority"
android:accountType="@string/account_type"
android:supportsUploading="false"
android:userVisible="true"