No yet as finish() is used only to stop current running activity not
the dialer activity :-(

On 10/13/09, midoub <[email protected]> wrote:
>
> hi shaz,
> Did you find solution for your problem? if yes, could you please share
> the solution with us. I have the same issue and I don't have any idea
> to solve it.
> Regards,
>
>
> On Oct 12, 3:53 am, shahzad ahmad <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to