为什么screenOrientation =" landscape"没有在nexus 5上工作

时间:2017-01-10 02:11:24

标签: android orientation nexus-5

我设置方向屏幕是横向但不适用于nexus 5.我尝试了其他设备并取得了成功。这是我的代码:

<activity
 android:name=".PlayGameActivity"
 android:screenOrientation="landscape"
 android:configChanges="keyboardHidden|orientation">
</activity>

@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
    setContentView(R.layout.play_game_layout);
}

Plz告诉我为什么我的代码没有在nexus 5上工作。

1 个答案:

答案 0 :(得分:0)

试试这个

<uses-feature android:name="android.hardware.screen.landscape"/>

如果它不起作用,请检查您的AVD