I am trying to fire an event when 3rd party app (not made with AI2) was opened. I know it's possible with ActivityStarter but I have to get the app's ResultName/ResultType/ResultUri. The problem is I have no idea where to get these, and I have no idea which apps uses the Result mechanism and which don't. Any ideas how to fire the event without having to use ActivityStarter?
When this happens, your own app is not active amymore, so you have to listen somehow to that in the background... for background tasks there is the itoo extension
However currently I do not know how this could be done...