How do I force horizontal orientation on Android activity?
Open the AndroidManifest.xml file and set the screenOrientation attribute to “landscape” for the activity you want to force horizontal orientation. For example: In the activity’s Java/Kotlin file, you can also … Read more