If you own both applications you can simply add a url schema (deep link) to your first app (e.g. mame4droid://) and handle everything with that. It lets you open that activity using a simple url e.g.mame4droid://openMyAct/file-uriYou have to register this schema in first application's AndroidManifest and handle those intent to do whatever you want.