I would like to get actual orientation of my DEVICE. I dont want to get layout orentation like this:
Display display = ((WindowManager) getSystemService(WINDOW_SERVICE)).getDefaultDisplay();
return display.getOrientation();
I want to get physical device orientation. Is there any way to get that in android?