In screen orientation, I want to achieve portrait and reverse portrait orientations only on the Android device. And it should lock the screen in landscape orientation. How can I solve this issue?
Asked
Active
Viewed 66 times
1 Answers
0
Use this in your Application manifest file:
android:screenOrientation="sensorportrait"

Peter Mortensen
- 30,738
- 21
- 105
- 131

Amsheer
- 7,046
- 8
- 47
- 81