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

Pressing on an item in the accessible options menu does not execute the associated action #4

Closed ijdoc closed 12 years ago

ijdoc commented 12 years ago

The current implementation of the accessible options menu either has dummy item action implementation or does not yet handle the corresponding action of the original Options Menu, we need to call or extract the original actions so that they can be recreated in the accessible implementation.

According to the Android dev. page for Options menu, we will need to emulate a call to the onOptionsItemSelected() method with the right parameters. See: http://developer.android.com/guide/topics/ui/menus.html#options-menu

We should originally target the 2.x Android implementation for this bug.

This bug is a blocker for issue #1