I want my APP to only run vertically but I can not, I have implemented the following without success.
Manifest:
< application
...
android:configChanges="orientation"
android:screenOrientation="portrait">
Activity:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
android:orientation="vertical">