Prevent screen rotation on Android

Sephy

I have one of my activities which I would like to prevent from rotating because I'm starting an AsyncTask, and screen rotation makes it restart.

Is there a way to tell this activity "DO NOT ROTATE the screen even if the user is shaking his phone like mad"?

lbedogni

Add

android:screenOrientation="portrait" 

or

 android:screenOrientation="landscape" 

to the <activity> element/s in the manifest and you're done.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Android lock screen rotation

Blocking screen rotation - Android

Android Screen Rotation

Android Screen rotation, ACCELEROMETER_ROTATION

Disable auto rotation screen - Android

Method calls on android screen rotation

Android ViewModel recreated on screen rotation

Android landscape screen 180° rotation

Android prevent screen timeout

Android - Error with screen rotation and bitmap in android

Prevent Dagger2 component from recreating on screen rotation

How do I prevent unattended screen rotation at login?

How to prevent skip a function in onResume event triggered by screen rotation?

Android wrong values from onSurfaceTextureSizeChanged on screen rotation

Android app stop working after screen rotation

Android - View instance gets null on screen rotation

How to Lock the Screen When Rotation at 270 on Android

List of rotation matrix for object projection on screen in android

How to prevent Screen Capture in Android

Android - Prevent white screen at startup

Prevent Video screen capture in VideoView Activity - Android

In Android on screen rotation activity is getting recreated, even if the rotation is prevented in the manifest on Oneplus6t(android 9)?

Android ViewPager with tab not maintaining state after screen rotation

Android spinner onItemSelected called multiple times after screen rotation

Android. Fragment stays in activity after screen rotation issue

Android home button with drawer navigation stops to work with rotation screen

Android: Activity orientation is not always changed after screen rotation

how to test/exercise android's screen rotation behavior?

Android BluetoothChat example: bluetooth connection lost upon screen rotation