— a/bootable/recovery/minui/graphics.cpp
+++ b/bootable/recovery/minui/graphics.cpp
@@ -387,7 +387,7 @@ int gr_init() {
}
std::string rotation_str =
-
android::base::GetProperty("ro.minui.default_rotation", "ROTATION_NONE");
-
if (rotation_str == “ROTATION_RIGHT”) {android::base::GetProperty("ro.minui.default_rotation", "ROTATION_RIGHT");
gr_rotate(GRRotation::RIGHT);
} else if (rotation_str == “ROTATION_DOWN”) {
Android graphics.cpp文件代码修改
796

被折叠的 条评论
为什么被折叠?



