// I use this method to determine the change screen orientation
Activity.isChangingConfiguration()
和
ColorDrawable.getColor() // I use this method to get activity background color
这些方法是在 api 版本 11 中添加的。现在我必须使用最低版本的 api - 8。
对不起我的英语不好。
谢谢