aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
diff options
context:
space:
mode:
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.xml5
1 files changed, 3 insertions, 2 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 5f5f2be80..39dd8bc91 100644
--- a/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
+++ b/OpenKeychain/src/main/res/xml/custom_pgp_contacts_structure.xml
@@ -1,5 +1,6 @@
<?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:detailColumn="data1"/>
+ <ContactsDataKind
+ android:mimeType="vnd.android.cursor.item/vnd.org.sufficientlysecure.keychain.key"
+ android:detailColumn="data1" />
</ContactsSource> \ No newline at end of file