Sunday, July 24, 2011

[android-developers] Re: Application doesn't close with back button

you can also do it by changing android:noHistory = "true" in menifest
file for your first two screens...

On Jul 23, 6:22 pm, Zwiebel <hunzwie...@gmail.com> wrote:
> I made an application, with two logo activity at the start, first is
> my logo, and the second is the application's logo, they are stay for 2
> seconds, and then the next activity starts, the Menu. I can't close my
> application because from the menu if I press the back button, it's
> only show the application's logo, and doesn't exit to the main screen.
> I tried to import the finish(); method to my logo screens, but it
> doesn't works either. With my another application, there weren't any
> problem. What's the matter, what do you think?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment