Disable back button in android....

Hi max here,

     I need to disable the back button for my android project. I couldn’t find any keywords except the one that handles back key


   local function onKeyEvent( event )

    

        if  “back” == event.keyName  then

        

        

    

        end

        

    end

    Runtime:addEventListener( “key”, onKeyEvent )


please help and thanks in advance…     

Thank you alex that worked…

Thank you alex that worked…