jobsonp / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Problem with passing Action.View with SIP URI to startActivity() from my APP... #903

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Passing Action.View with SIP URI to startActivity() from my APP will wake 
SipDroid call screen up to call out. But when the call terminated, the activity 
will return to HOME screen rather than my APP.

Why the end of SipDroid call screen causes the activity flow to HOME screen?

Thanks.

Original issue reported on code.google.com by twprins...@gmail.com on 22 Apr 2011 at 6:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The code in my APP is something like this:
Uri uri=Uri.parse("sip:abc@abc.com");
Intent i=new Intent(Intent.ACTION_VIEW,uri);
startActivity(i);

Original comment by twprins...@gmail.com on 22 Apr 2011 at 8:55

GoogleCodeExporter commented 8 years ago
Is there any update on this issue? I am also trying to integrate SIPDROID in 
one of my application but as soon as call ends, it takes to homescreen which is 
kind of frustrating. The same happens on my S3 when I make SIPDROID calls from 
Contacts screen.

Thanks

Original comment by sunilgup...@gmail.com on 27 Sep 2012 at 4:41