How to be notified when orientation would have changed, after using setRequestedOrientation()?
My Activity locks its orientation by using setRequestedOrientation(). However, once this is set to something other than ActivityInfo.SCREEN_ORIENTATION_SENSOR, onConfigurationChange() is no longer called (since it is not changing anymore) when the user rotates their device. Is there a way, after the orientation is set with setRequested...