例如我的Activity都继承了CommonActivity,就可以在CommonActivity的onCreate()方法中加入以下代码:

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);