Attaching to running app

Is there a way to attach a running (Android) app with Appium?

I need to test some apps deployed by another tool. I tried with desired_caps[‘noReset’] = ‘true’ but that did not quite seem to do what I wanted. A new instance seems to start, test runs, and app closes.

I would need to attach to already running app. Is this possible with Appium?