Android Question Receiving end of StartActivityForResult

jmadren

New Member
I have read several threads on using StartActivityForResult to call out to other apps, but haven't found anything on how to make my app be the one that another app can call out to, with some data, then my app return some result to that app.

This is not for the user to initiate directly. This is for auxiliary functionality to a third-party app.

Any hints or guides for this?

Thanks,
Jay
 
Top