ゲームを作成しました。デスクトップモードでも問題ありませんが、S3で起動すると、横向きモードになります。どうすれば変更できますか?
前もって感謝します
Android:screenOrientation:
詳細については、次のWebサイトをご覧ください。 Androidアクティビティ要素
<activity>
element 。向きは次のように設定できます。
Android:screenOrientation=["unspecified" | "behind" |
"landscape" | "portrait" |
"reverseLandscape" | "reversePortrait" |
"sensorLandscape" | "sensorPortrait" |
"userLandscape" | "userPortrait" |
"sensor" | "fullSensor" | "nosensor" |
"user" | "fullUser" | "locked"]