Hey i'm trying to create a behavior like YouTube
full screen button.
I have a button that will force rotate from portrait to landscape. And it should stay in landscape till the user rotates the device to landscape and back to portrait.
My problem is that when i use getActivity().setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE)
And the phone is in portrait the view rotates to landscape for a second and Straight back to portrait.