Hello,
I have a problem with the new android 0.9 version.
In the previous version when I lauch from my application the execution
comes back to my application after I finish the call. But with the new
version a "Call log" application appears, I need to press the back
button to return to my application.
How can I come back to my application automatically once the call has
ended?
I'm launching the call in this way:
runOnUiThread(new Runnable() {
public void run() {
Intent intent = new Intent(Intent.ACTION_CALL,
Uri.parse(telUri));
startActivity(intent);
}
});
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---