android 设置全部的APP都转屏

转屏1 get

Settings.System.putInt(getContentResolver(),

Settings.System.ACCELEROMETER_ROTATION,

true ? 1 : 0);

转屏2

Settings.System.putInt(getContentResolver(), Settings.System.ACCELEROMETER_ROTATION, false ? 1 : 0);

相关文章
相关标签/搜索