Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用andenginePORTRAIT_FIXED开发了一款游戏ScreenOrientation。这是平板电脑中出现的问题。
andengine
ScreenOrientation
简单地说,在玩游戏时 > 按电源按钮关闭屏幕 > 再次按电源按钮恢复 > 锁定屏幕 > 将设备方向更改为横向 > 解锁锁定屏幕 > 活动无响应对话框
在手机中不会出现此问题。但是在平板电脑中,如果我更改设备的屏幕方向,就会发生这种ANR情况。请帮我解决这个问题。谢谢
ANR
在 Manifest xml 中尝试以下代码:
<activity android:name="..." android:configChanges="orientation|locale" android:screenOrientation="portrait" />