<div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>BackButton - yes some people will prefer back to exit but not always it is a tricky choice  <font color="#FF0000">Actually I just want an exit button somewhere.</font></div>
<div><br></div></blockquote></div></blockquote><div><br></div><div>The official stance from Google is that your application should not have an actual &quot;exit&quot; feature - that is what the home button is for.  When creating an app you should handle onPause/onStop correctly so that you are not running unnecessary processes in the background.  Also, the back button generally (by default) will simply run finish() on the current activity ...  seems to be working correctly for me in all cases with the latest build.</div>
<div><br></div><div>Not trying to throw fuel on a fire, just making the point that Android has particulars with respect to how the SDK is meant to work.</div><div><br></div><div>Cheers,</div><div>David</div></div>