java - Screen gets rotated even after locking device's rotation in Android -
i using in manifest rotate app based on screen orientation
android:screenorientation="sensorlandscape" android:configchanges="orientation|keyboardhidden|keyboard|screenlayout|screensize"
the problem after lock devices screen orientation, app still rotate if change orientation of device.
i tried
android:screenorientation="user"
but makes app rotate portrait don't want.
can me on this?
Comments
Post a Comment