Expecting `android:screenOrientation="unspecified"` or `"fullSensor"
You can disable the check, here's how :
- Go to Settings -> Inspection
- Find "Chrome OS" (you can use the search bar on top left)
- Disable everything (see image below)
- Done
Easily add following lines to <manifest>
tag of your AndroidManifest.xml
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="LockedOrientationActivity"