This has nothing to do with your application, it is how the UI is
designed to work.  I don't believe there is any way to modify it.

On Sep 2, 4:16 am, Jose María González <[EMAIL PROTECTED]> wrote:
> 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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to