On Fri, May 6, 2011 at 12:07 PM, Cel <[email protected]> wrote: > i know how to cancel back keypress, so that the activity / main window > stays visible: > > public void onBackPressed() { > return; > } > > my aim is to hide the activity, however, without finishing it
Why not let it finish? And what does "hide the activity" mean to you? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.4 Available! -- 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

