Helper used to manage backbutton event on Android
Add a back button listener. A done callback is passed to the given
listener. If the listener call this callback passing false, the default
backbutton action is prevented.
Parameters
listener: function, Listener to add
Remove a back button listener
Parameters
listener: function, Listener to remove