我在 onCreate 中有这个:
System.out.println("orientation: " + getResources().getConfiguration().orientation);
结果是:
真实方向: 输出:
portrait............portrait
landscape...........landscape
portrait............landscape
landscape...........landscape
谁能告诉我为什么横向后纵向不适用?我正在使用 Android 操作系统 2.3.6。