how to stop rotation of screen in an app android code example
Example 1: how to stop screen rotation in android code
android:screenOrientation="portrait"
Example 2: how to prevent screen rotating in app android studio
android:screenOrientation="portrait or landscape"