On Fri, Sep 23, 2011 at 4:10 AM, Dowon Na <[email protected]> wrote: > I have a Intent problem. > I want close intent what created by startActivity method > > How to kill that Activity made by startActivity?
You don't. You allow the user to exit that activity via the BACK button or other means. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

