Is it possible to get a event when the screen orientation changes while
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
is set?
The purpose of this is, once a user opens a video in full screen mode, then the screen will go landscape.
When the user goes (back) to portrait, the video minimizes.