Answers for "how to force screen rotation on android horizontally"

C
1

how to stop screen rotation in android code

android:screenOrientation="portrait"
Posted by: Guest on May-25-2020
0

how to stop screen rotation in android code

<activity
        ...
        ...
        android:screenOrientation="nosensor">
Posted by: Guest on May-25-2020

Code answers related to "how to force screen rotation on android horizontally"

Code answers related to "C"

Browse Popular Code Answers by Language