When I switch to a certain activity, I want that activity to show up in landscape mode.
In my XML for that actvitiy:
android:screenOrientation="landscape"
most tutorials stated this is all that's needed, yet when that activity is switched to it doesn't automatically change orientation.
fixed: the code needed to be in the manifest under the specific activity