Supposedly, Android 16 (api 36) ignores forced orientation and makes all activities to be portrait or landscape depending on device orientation. But I'm testing it, and my "portrait" forced activity is still always portrait, even changing orientation of the simulator to landscape. I'm compiling with Api 36, targeting Api 36, and executing the app in Android 16 simulator. Any idea what is happening here?
Why `android:screenOrientation="portrait"`or`setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT)`are still working?
not kotlin but kotlin colored 4
👍 1