how disable auto-rotation in jwplayer library?
fragment.setfullscreenondevicerotate(false);
setrequestedorientation(activityinfo.screen_orientation_landscape);
android:screenorientation="landscape" android:configchanges="keyboard|keyboardhidden|orientation|screensize"/>
not wokring.
i want start activity, orientation landscape, including jwplayer
add screen orientation in androidmanifest.xml <activity android:name=".galleryalbumsactivity" android:label="@string/title_activity_image_gallery_albums" android:screenorientation="portrait" android:theme="@style/apptheme.noactionbar" />
Comments
Post a Comment