I want to make App which is invoked by external App, and allowing it to get some string values in result. I am able to invoke my App, but unable to pass data. So I think something within intent filter is to be modified. Correct me if I am going on wrong track. What value is to be taken for action & category or any other thing from manifest.
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
Further description @ StartActivity for Result for external App not working