Possible Duplicate:
Android - How To Override the “Back” button so it doesn't Finish() my Activity?
I am developing an app for android/ios using kendo UI and phonegap. In the android version I have a navigation bar that only has a home button which takes the user to home page. when the user is in home page, If I click back, it will go to the previous page. How can I stop the back button on android from navigating back to previous page and does nothing on home page ?
thank you