aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/account_desc.xml
diff options
context:
space:
mode:
authormar-v-in <github@rvin.mooo.com>2014-06-04 17:55:24 +0200
committermar-v-in <github@rvin.mooo.com>2014-06-04 18:05:16 +0200
commitdd959876f4a1a7f26a3f7524e238416c1a30c7e5 (patch)
tree116f900bec79da37f04126dcec40bc99c7e7f635 /OpenKeychain/src/main/res/xml/account_desc.xml
parentcc2ef0c17ca1d032477eb21308c5ea677b1cc548 (diff)
downloadopen-keychain-dd959876f4a1a7f26a3f7524e238416c1a30c7e5.tar.gz
open-keychain-dd959876f4a1a7f26a3f7524e238416c1a30c7e5.tar.bz2
open-keychain-dd959876f4a1a7f26a3f7524e238416c1a30c7e5.zip
First version of automatic contact discovery.
TODO: - Configuration (much of it) - Enabled by default? - Which keys to import? Current state: All non-revoked and non-expired with matching userid - Search for keys if already known? Current state: yes, may cause traffic (configuration: only when wifi?) - Update interval: Currently Android handles it, might be good (causes automatic refresh on new contact and stuff like that) or bad (too many of refreshes)
Diffstat (limited to 'OpenKeychain/src/main/res/xml/account_desc.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/account_desc.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/xml/account_desc.xml b/OpenKeychain/src/main/res/xml/account_desc.xml
new file mode 100644
index 000000000..94ffdf40b
--- /dev/null
+++ b/OpenKeychain/src/main/res/xml/account_desc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:accountType="org.sufficientlysecure.keychain"
+ android:icon="@drawable/icon"
+ android:label="@string/app_name"/>