Thanks! That was exactly the problem.

I was calling finish in the onPause method


On Nov 5, 11:49 am, Frank Weiss <fewe...@gmail.com> wrote:
> Thanks for clearing up some of those questions.
>
> I have some hypothesis at this point. First, is your activity calling finish
> somewhere? That would explain why it's not there when the user presses back
> in the dialer. Have you tried a breakpoint in the activity's onResume
> method? Perhaps it is being called after the back button, but is doing
> something weird. The other is perhaps there's a launch flag in your activity
> that causes it to be removed from the activity stack once the dialer
> activity is started.
>
> hth

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