I\'m currently trying to adapt my application to use the \"Compatibility Libraries for Android v4\" to provide the benefits of the usage of fragments even to Android 1.6 use
In the method changed return true; to return super.onContextItemSelected(item); in my onContextItemSelected() override and everything started working.