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
-~----------~----~----~----~------~----~------~--~---