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)