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

Add documentation for closeOptionsMenu() #34

Open ijdoc opened 12 years ago

ijdoc commented 12 years ago

Recent changes to the accessible options menu require the closeOptionsMenu() call to be made from an instance of InputAccessLib instead of the usual activity.closeOptionsMenu()

This should be reflected in the documentation