no callback to onOptionsMenuClosed(). and getting error in overriding onPanelClosed() functions
问题 I have a fragment which is made using PreferenceFragment ,where I am overriding onOptionsMenuClosed(). But , its the callback is not coming to it.Neither is the call back coming to OnMenuOpened(), OnPanelCosed()... This is what i have alredy tired. @Override public void onOptionsMenuClosed(Menu menu) { // TODO Auto-generated method stub Log.e(TAG, "close optionmenu"); super.onOptionsMenuClosed(menu); } and for onPanelClosed this is what i am trying. @Override public void onPanelClosed(int