Answers for "set orientation of application to potrait by defau;t"

-2

only portrait mode android studio

<activity android:name=".YourActivity"
    android:configChanges="orientation"
    android:screenOrientation="portrait"/>
Posted by: Guest on August-23-2020

Code answers related to "set orientation of application to potrait by defau;t"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language