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

SubMenus have not been handled #36

Closed rishabhjain08 closed 12 years ago

rishabhjain08 commented 12 years ago

When an menu item having a sub menu attached to it gets clicked, sub menu doesn't appear.

rishabhjain08 commented 12 years ago

Since we cannot implement our own custom Menu Class therefore we have no control over the type of object(android.view.SubMenu) that gets returned when Menu.addSubMenu() method is called. Therefore, this problem cannot be handled internally and devs will have to make some changes in their code using InputAccessLib.

rishabhjain08 commented 12 years ago

da77cba957a551b95a3f6f83f33a8af64e42e2b6