How to Disable landscape mode in Android?

前端 未结 30 3015
Happy的楠姐
Happy的楠姐 2020-11-22 13:45

How can I disable landscape mode for some of the views in my Android app?

30条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 14:08

    Put it into your manifest.

    
    

    The orientation will be portrait, but if user's phone is upside down, it show the correct way as well. (So your screen will rotate 180 degrees).


    The system ignores this attribute if the activity is running in multi-window mode.

提交回复
热议问题