aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
blob: 3318f3b455835183c274a62c71484c1daa84861c (plain)
1
2
3
4
5
6
7
<?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"/>
</ContactsSource>