Sencha Touch does not support menu buttons or the Back button on Android without wrapping the app using Cordova (or something like that). Functionality is simply not possible at this time only with Sencha Touch.
Once you are ready to use the ST in your application, you can listen to the menu button using the following command:
document.addEventListener("menubutton", function() {
source share