Re: [android-developers] I have a intent problem

2011-09-26 Thread ShovelSwingMan
Hi ! May be My description was so poor. I solved it Exactly, I want kill activity with code that Activity created by StartActivity() Method. But I can't normaly.. So I used Broadcast Receiver. Anyway Thank you too much your answers. Have a greate day!!. 2011/9/27 TreKing > On Fri, Sep 23, 20

Re: [android-developers] I have a intent problem

2011-09-26 Thread TreKing
On Fri, Sep 23, 2011 at 3:10 AM, Dowon Na wrote: > How to kill that Activity made by startActivity? Read the documentation for Activity. - TreKing

Re: [android-developers] I have a intent problem

2011-09-26 Thread Mark Murphy
On Fri, Sep 23, 2011 at 4:10 AM, Dowon Na 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 C

[android-developers] I have a intent problem

2011-09-26 Thread Dowon Na
Hi ! I have a Intent problem. I want close intent what created by startActivity method How to kill that Activity made by startActivity? If you know about this problem please let me know. Have a nice day -- You received this message because you are subscribed to the Google Groups "Android Devel