1

Activity A , B android:screenOrientation="sensorLandscape" in A; android:screenOrientation="sensorPortrait" in B;

startActivity A->B,then press back key to Activity A , A's orientation will First vertical screen and then horizontal screen,and activity A's onConfigurationChanged method invoke twice.

It should be directly turned into a horizontal screen. Why is this happening?

RainYang
  • 21
  • 3

1 Answers1

0

Upgrade the device system to solve the issue!

RainYang
  • 21
  • 3