tags:

views:

56

answers:

2

HI can we open our app without tapping it again on its home icon.

I am making a call in a addressbook app and when call is made than it call the phone app than is it possible after calling we can call our app again without tapping on it after the call is ended.

Sample code will be more helpful.

thanks

+5  A: 

Short answer - no, once you leave your app, user has to return there.

Rudi
+1  A: 

I'm not 100% sure what you are asking, but if this is what you are shooting for:

a) Your app is running, and it causes a phone number to be dialed.
b) After the call is complete, your app is automatically re-launched.

Then no, this is not possible.

mmc