shortcuts.xml
1<?xml version="1.0" encoding="utf-8"?>
2<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
3    <share-target android:targetClass="eu.siacs.conversations.ui.ShareWithActivity">
4        <data android:mimeType="*/*" />
5        <category android:name="eu.siacs.conversations.category.SHARE_TARGET" />
6    </share-target>
7</shortcuts>