This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid.
5 lines
290 B
XML
5 lines
290 B
XML
<?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"/>
|
|
</ContactsSource> |