Hi,
I'm noticing a strange pattern in my acitivty when I open another activity
from within mine (I have a button that goes to the contacts view, for
instance). Instead of my onPause method being called once, I'm seeing this
pattern: onPause, onResume, onPause, in very quick succession. I can't
figure out why this happens, and it's causing a problem with the
multithreading that I'm trying to do.. but that's a separate issue. My main
concern is why onPause isn't being called just once, like it is when I press
the Home button from within my app.

Anyone have any ideas? I have a feeling it might have something to do with
the intent I'm using the start the contacts view. All I have right now is
the VIEW action with the contacts URI.  Am I missing a flag or something?

Thanks

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