Marco
10/31/2024, 7:40 AMandroid:configChanges
resolves most of those issues and the rotation is also faster, but it seems that it's not a final solution. Keep in mind, the UI and layouts aren't changing when rotating. Just that.Joel Steres
11/01/2024, 8:16 AMrequestedOrientation
in the Activity onCreate
.
If your criteria is simple, you might check if you can set the value in the manifest with a configuration specific resource value. I cannot recall off hand if that worked in this case.
You may also want to check that it behaves the way you wish when in multi window mode.