If you take a look at activity lifecycle chart you will see that onStop is called only if activity become invisible But as you said you have translucent activity on top: that's why only onPause is called!
RTFM http://developer.android.com/intl/zh-CN/reference/android/app/Activity.html#ActivityLifecycle Happy coding!!! On 3 дек, 18:34, Craig Russell <[email protected]> wrote: > Well, that worked but I don't entirely understand why. So that > activity is being paused when I exit it, but it's still on the > activity stack? > > On Dec 3, 9:22 am, Craig Russell <[email protected]> wrote: > > > > > I suppose by putting it into onPause(), it might work, but why does it > > behave differently? -- 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

