KomodoOpenLab / InputAccessLib

InputAccessLib is a library that enhances the compatibility of Android applications with a variety of alternative input devices such as external keyboards, adapted switches, hands-free kits and remote controls.
10 stars 16 forks source link

Check that accessible options menu works perfectly fine when the options menu is defined in the XML layout. #41

Closed rishabhjain08 closed 12 years ago

rishabhjain08 commented 12 years ago

Check that whether current implementation can handle options menu defined in the XML layout. Specifically check that MenuItem.setOnMenuItemClickListener() works.

rishabhjain08 commented 12 years ago

Yeah, Its working correctly for menus defined in XML layout.