You can stop any activity by calling [ finish(); ]
Try this, i think this would work.

thanks,
AJ

On Oct 12, 6:53 am, shahzad ahmad <shahzad.s.ah...@gmail.com> wrote:
> Hi,
>     I have started dialer activity with code
>
>         Intent myIntent = new Intent(Intent.ACTION_CALL,
> Uri.parse(createTelUrl("1234567")));
>         startActivityForResult(myIntent);
>
> Is there a way to stop the dialer activity from same code.? Logically it
> should be possible as i started it and i should have rights to stop it as
> well. But i cann't find any help in this regard.
>
> Thanks,
> shaz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to