We have built an app that has multiple activities. For each activity we have specifically mentioned the orientation in the Manifest file to be either landscape and portrait as shown below. When the screen is rotated towards merchant side and customer side the activity changes correctly to landscape and portrait as defined for that activity.
android:screenOrientation="landscape"
or
android:screenOrientation="portrait"
This works fine in the Clover Station that we have that is 2016 version. But in the 2018 Clover station we are seeing the behavior of when the screen is turned towards the customer the screen becomes upside down Can anyone help us understand why this behavior is happening in 2018 station and not in older station and what resolution we need to add to the code to get this resolved. Appreciate all your help.