Android Studio 3.6.
I want my app to be always in portrait mode. So in my AndroidMainfest.xml:
portrait
AndroidMainfest.xml
Try putting the following in the activity tag
android:configChanges="orientation" android:screenOrientation="portrait"