Frage

I've got an application , I want to lock the screen when I pressed a button. So I want to know how can I set the screen rotation to 270. The application use android 1.6(API 4).So I can't use

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE);

When the screen is landscape and orientation!=Surface.ROTATION_90.

War es hilfreich?

Lösung

It seems you can't do this on API 4. You can only use SCREEN_ORIENTATION_REVERSE_LANDSCAPE from API 9.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top