On Fri, Aug 27, 2010 at 10:06 PM, ArcDroid <[email protected]> wrote:
> i was reading the links you sent and you would think > that super.ondestroy(); should also do the trick, but doesn't. Any > idea why? > Because it's the base class version of the function that gets called when your activity is closed. 1 - You should not be calling this directly, if that's what you're doing 2 - It's part of the Activity shutdown process, it has nothing to do with restarting ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

