Set activity orientation always in reverse Portrait mode in android -
i want set orientation of activity reverseportrait. this, set following value in activity
of manifest file:
android:screenorientation="reverseportait"
but works enable "screen rotation" settings of device. if "screen rotation" disabled shows screen in portrait mode instead of reverse portrait.
please help.
insert android:configchanges="orientation" below android:screenorientation="reverseportait"
it means developer takes whole control of screen rotation, not android pattern
Comments
Post a Comment