I am trying to develop an android application which requires me to open app a certain activity first in landscape mode however user must have that facility that they can change the orientation when they rotate the screen.
Issue is I can change to Landscape mode in onCreate however after that onConfigurationChanged() does not get called to make the orientation change to portrait or landscape as rotated by user.
Please let me know how should I handle it?