2

My app target 2.2 and later and want to support orientation only on portrait and reverse portrait. and the problem is i can't declare

android:screenOrientation="reversePortrait"

in manifest as it is only available from api level 9. How is it possible to do this by supporting android 2.2 and later.

Raneez Ahmed
  • 3,808
  • 3
  • 35
  • 58

1 Answers1

1

According to this post,

How to detect exact orientation of device in Froyo?

it is not possible to use portrait mode with reversed API 8.

Community
  • 1
  • 1
julien dumortier
  • 1,303
  • 1
  • 13
  • 28