Android Question Wait for other application

Is there a way to wait for another application?

A customer has asked us to start an other application, the user does there some stuff and then returns to our app. We've to start the other application from within our application (with an intent). But when the user closes this application, then he returns to our application. Is there a way to determine if the application is done of some kind?
 
Top