Definition of android device natural orientation -


i want change basic orientation of android device. curently startup orientation landscape, need portrait. managed modify acceleration values axis point want them point to. device seems have own definition of , right. have change this.

can tell me can done? guess there config file out there can't identify.

there millions of hits searching problems. unfortunately deal java programming, not os code.

in manifest file under activity tag on screen want apply orientation.

for portrait

android:screenorientation="portrait" 

for landscape

android:screenorientation="landscape" 

Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -