aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
diff options
context:
space:
mode:
authormar-v-in <github@rvin.mooo.com>2014-06-05 23:22:21 +0200
committermar-v-in <github@rvin.mooo.com>2014-06-05 23:22:21 +0200
commit80e99986401b635f4eeef5d13740911d10740aef (patch)
treeaed9056765590de9d251380aa881a8c0655a3fb2 /OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
parentdc1e26f39c9c7fa88dd28d2920a2919f83e0575c (diff)
downloadopen-keychain-80e99986401b635f4eeef5d13740911d10740aef.tar.gz
open-keychain-80e99986401b635f4eeef5d13740911d10740aef.tar.bz2
open-keychain-80e99986401b635f4eeef5d13740911d10740aef.zip
Show keys with android contacts
This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid.
Diffstat (limited to 'OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml b/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
index 3318f3b45..5f5f2be80 100644
--- a/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
+++ b/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ContactsSource xmlns:android="http://schemas.android.com/apk/res/android">
<ContactsDataKind android:mimeType="vnd.android.cursor.item/vnd.org.sufficientlysecure.keychain.key"
- android:icon="@drawable/key_small"
- android:summaryColumn="data1"
- android:detailColumn="data2"/>
+ android:detailColumn="data1"/>
</ContactsSource> \ No newline at end of file