If you are testing on an emulator I suggest you try the following: - run "Dev Tools" on the emulator - click on "Development Settings" - turn on "Immediatly destroy activities"
Put some debug/trace code in the activity lifecycle methods of your application and re-test. If you are testing on a device you can pull the "Dev Tools" package from the appropriate emulator and install it on your device, see: http://developer.android.com/guide/developing/debug-tasks.html#additionaldebugging I stongly suggest everyone tries this at sometime in their test cycle, it can find some "interesting" problems :) On Aug 12, 6:26 pm, Frank Weiss <[email protected]> wrote: > There are two levels of foreground/background, onPause/onResume and > onStart/onStop. Please read the Activity documentation. Then explain > what you issue is. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

