Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top