How can I make it so the screen orientation is always landscape?
Do I need to add something to the manifest.xml?
manifest.xml
You can try with
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);