I've seen a few other questions similar to this but no answers.
Rotating from portrait to landscape (either direction) and back again, we get the helpful call to onConfigurationChanged().
However, when rotating from landscape to landscape (through 180 degrees) onConfigurationChanged() is not called.
I've seen mention of using OrientationEventListener but this seems flakey to me because you can rotate quickly around without triggering a display orientation change.
I've tried adding a layout change listener, but with no success.
So the question is, how to reliably detect such a change in landscape orientation?