Upgraded to AppCompat v22.1.0 and now onKeyDown and onKeyUp are not triggered when menu key is pressed
问题 I've just upgraded my app to use the newly released v22.1.0 AppCompat and now onKeyDown and onKeyUp are not triggered when menu key is pressed. The other keys correctly trigger onKeyDown and onKeyUp , but when i press the menu key nothing happens. If I downgrade to v22.0.0 everything returns to work properly. How do I fix it? 回答1: Update 23 August This has been fixed again in the v23.0.0 of appcompat-v7 support library. Update to the last version to see this fixed. Update 19 July