Hello, Try to use this solution, in our corporate blog: http://softteco.blogspot.com/2011/07/how-to-close-activity-and-all-children.html
It helps me to solve issue the issue how to "close" entire application. Happy coding (: Best regards, Yahor On Wed, Aug 24, 2011 at 8:35 AM, tushar sahni <[email protected]>wrote: > Hi > > > I have to support multiple resolutions for the game that i have to > develop,How can i do this,One Resolution is 320*480 and other is 480 x 800 > pixels > I have added the following lines in the manifest for supporting to multiple > screens > > <supports-screens > android:resizeable="true" > android:smallScreens="true" > android:normalScreens="true" > android:largeScreens="true" > android:anyDensity="true"/> > > If anyone has worked on it can he/she have a look on it > > Regards > Tushar > > -- > 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 > -- 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

