Screen Orientation
Views should adhere to the user's preferred display orientation.
Impact
When someone has their device in a fixed or mounted orientation, an application in a different orientation becomes unusable.
Confirmation
- From portrait mode, rotate the device to landscape mode.
- One of the following will happen:
- Inaccessible: App doesn't respond to rotation.
- Accessible: App rotates to landscape mode.
How to Fix
Allow your application to support any orientation. Remove any restrictions such as the below examples:
this.setRequestedOrientation(..
//AndroidManifest.xml
android:screenOrientation="...