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
Post a Comment