Android Force Vertical

[Solved] Android Force Vertical | Lisp - Code Explorer | yomemimo.com
Question : android force vertical

Answered by : alexandre-dao

<activity android:screenOrientation="portrait" <= add this to the manifest android:configChanges="orientation|keyboardHidden">
</activity>

Source : https://stackoverflow.com/questions/4885620/force-portrait-orientation-mode | Last Update : Mon, 16 Aug 21

Answers related to android force vertical

Code Explorer Popular Question For Lisp