I am trying to show the ActionBar Menu in fragments, When device orientation is changed from portrait to landscape or vice versa Menu is dismissed. I want to show menu when device orientation is also changed.
I don't want to provide a android:configChanges="orientation|screenSize"
in manifest file.