@Ink Define the intent and intent actions, category and data that you are using while trying to interact with other apps inside the query element.
<intent>
<action android:name="android.intent.action.XXXXX" />
<category android:name="android.intent.category.XXXXX" />
<data android:XXXXX="*" />
</intent>