Android, landscape only orientation?

前端 未结 6 1479
半阙折子戏
半阙折子戏 2020-11-30 06:10

How can I make it so the screen orientation is always landscape?

Do I need to add something to the manifest.xml?

6条回答
  •  北海茫月
    2020-11-30 06:46

    When you are in android studio 3 or above you need to add following lines AndroidManifest.xml file

    
    

    One thing this is sensor Landscape, means it will work on both landscape sides

    But if you only want to work the regular landscape side then, replace sensorLandscape to landscape

提交回复
热议问题