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.