How to Disable landscape mode in Android?

前端 未结 30 3030
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:22

    In the /platform/android directory created AndroidManifest.xml (copying it from the generated one). Then add android:screenOrientation="portrait" to ALL of the activity elements.

提交回复
热议问题