Sideview 重启 Android 应用
在我制作的 Android 应用程序上,每当用户将应用程序转向一侧时,应用程序就会转向一侧并重新启动(这是在机器人上)。我不希望这种事发生。我希望当设备侧向转动时应用程序不会重新启动。
另外,我希望应用程序被锁定在垂直位置。
这两件事我该怎么办?
提前致谢。
On an android App I made, whenever the user turns the app to the side, the app turns sideways and restarts (this was on the droid). I don't want to this to happen. I want the app to not restart when the device is turned sideways.
Also I would prefer the app to be locked in the vertical position.
How would I go about this two thing?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这已被多次提及Android,如何在旋转设备时不破坏 Activity?
This has been covered numerous times Android, how to not destroy the activity when I rotate the device?