I have application with main activity and some more. On each other activity there is the logo of the application. When user presses the logo button, I want to get back to the main activity.
我不想创造新的意图,因为活动已经进入活动堆放。
How can I get it - use the one on the stack? How can I clear the whole activity stack, so back button will actually exit from the application instead of getting back to the previous activity?
约亚