user36443
0
Q:

how to stop screen rotation in android code

android:screenOrientation="portrait" 
1
<!-- inside of your AndroidManifest.xml -->
<activity android:name=".MainActivity"
		  android:screenOrientation="portrait"/>
0
<activity
        ...
        ...
        android:screenOrientation="nosensor">
0

New to Communities?

Join the community