Mark Murphy wrote:
asher wrote:
OK, I should have done this earlier. I created a new Android app in
Eclipse, added an onPause override in the activity containing nothing
but a single log message (and the super call), and ran it, and got
exactly the same behavior. This seems to be either a bug in Android
(I'm running 1.5), or I'm seriously misunderstanding something about
the activity lifecycle. Can anyone help? If anyone's actually reading
this, would you at least respond so I know I'm not shouting in the
dark here?

I cannot reproduce your problem on Android 1.5, Android 1.6, Android
2.0.1, or Android 2.1 (emulator) or on the DROID (2.1).

Is it possible that the app is starting with the screen off? This can happen when you load an app from adb/eclipse. If you loaded the app in that situation, I'd sort of expect
that you'd see the resume followed by pause behavior, but it's only a guess.

Mike

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