Activity 设备旋转时不在原地 activity

Activity not staying in the same activity while device rotation

在我的应用程序中,它在人像中工作正常。但是当我旋转设备时,它不会保持不变 activity。它转到 mainactivity。如何让它在旋转设备时保持不变 activity

尝试在 AndroidManifest.xml 中的 <application> 下的 <activity> 中添加 android:configChanges="orientation|screenSize"

如果此答案正确,请接受答案并关闭问题。