How do I capture/use the Station 1 Base sensor info? I want to rotate/update my app by running a function when the user turns Station 1. I am able to do this in Station 2018 using android:configChanges. I have the below in my manifest but I am unsure of how to capture the event and get the orientation (portrait vs landscape) it was changed to.
- <activity name="..."
- ...
- android:screenOrientation="sensor"
- ...
- />