-1

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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ram
  • 1
  • 2

1 Answers1

0

Use this in your Application manifest file:

android:screenOrientation="sensorportrait"
Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Amsheer
  • 7,046
  • 8
  • 47
  • 81