I want my trusted web activity to support only portrait mode, but as TWA is running in chrome, orientation configuration in manifest.xml will not work.
I have already tried this code, but it does not affect anything.
android:configChanges="orientation"
android:screenOrientation="portrait"
what will be the solution? I have no java code in application and cannot add some orientation changes programmatically.