Possible Duplicate:
Android checkable submenu options
So I posted this last night but I guess the server ate it. I have an options menu, and then a submenu with checboxes. All this works fine, except I need to let the user select multiple checkboxes without the menu closing. How is this implemented? I've looked at performShortcut() but I can't figure out where the KeyEvent is supposed to come from.