I am using a basiceditfield to take input from the user to do some simple string search. But if i type a few letters and wish to go back without continuing the search, it au
Try adding this to your MainScreen class:
protected boolean onSavePrompt() { return true; }