Pregunta

Is there a way to get the device orientation in Android even if the interface orientation remains the same? I turn the device 180 degrees, the UI is upside down. But I still want to be notified.

¿Fue útil?

Solución

You should set up an OrientationEventListener in the Activity you want to be notified of changes in.

Then you will have to specify the desired ScreenOrientation in the manifest for that Activity to prevent the screen from rotating.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top