Answers for "android force vertical"

0

android force vertical

<activity
   android:screenOrientation="portrait" <= add this to the manifest
   android:configChanges="orientation|keyboardHidden">
</activity>
Posted by: Guest on August-09-2021

Browse Popular Code Answers by Language