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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -