I upgraded my Android Studio to 3.6.0. Now, I get the following error in my Manifest.xml file.
Expecting 'android:screenOrientation="unspecified"' or '"fullSensor"' for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices.
Should I convert it to "fullSensor"? How can I get rid of this problem?
Orientation of my activities is portrait. I want to keep using portrait orientation in my activities.
