Is this possible to do? Landscape mode distorts the background image, and therefore I would like to lock orientation to vertical on phones with accelerometers.
Thanks.
You can force the screen orientation to always be portrait for individual activities in the manifest. You use the
android:screenOrientation
attribute with the value "portrait" in each of the activities you want to always have the portrait orientation.
<activity android:name=".MyActivity" android:screenOrientation="portrait">
...
</activity>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With