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.
我正在使用代号为 1 的应用程序,并且作为我的要求,我想要我的屏幕修复。
只喜欢纵向视图或横向视图。我们怎么做?
请帮忙。
尝试Display.getInstance().canForceOrientation()和Display.getInstance().lockOrientation(boolean)。请注意,并非所有设备都支持方向锁定。
Display.getInstance().canForceOrientation()
Display.getInstance().lockOrientation(boolean)