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

Calling closeOptionsMenu() does not close the accessible options menu #31

Closed rishabhjain08 closed 12 years ago

rishabhjain08 commented 12 years ago

Calling closeOptionsMenu() does not close the accessible options menu.

rishabhjain08 commented 12 years ago

@jorgesilva I have gone through the android SDK's source and the only way to overcome this problem is to add a new method closeOptionsMenu() to InputAccess and replace all occurrences of closeOptionsMenu() in the activity with inputAccess.closeOptionsMenu(). Should I go ahead with it?

ijdoc commented 12 years ago

Yes please!