In my YouTubePlayerSupportFragment, onInitializationSuccess I set the YouTube player to fullscreen which makes my whole app goes into Landscape orientation, so is there a way to overcome it? My try was to was to override onConfigurationChanged inside The youtubeFragment and not call super.onConfigurationChanged. Also I tried adding
android:screenOrientation="portrait"
inside the Manifest file but didn't work out either