land: Update ro.build.display.wtid
Updated from miui_HM3SGlobal_7.7.13_698240b7fa_6.0
This commit is contained in:
parent
68ed99f9f9
commit
c2faf2a410
1 changed files with 6 additions and 6 deletions
|
@ -87,17 +87,17 @@ void vendor_load_properties()
|
|||
init_alarm_boot_properties();
|
||||
|
||||
if (buf.find("S88537AA1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AA1_V079_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537AA1_V080_M20_MP_XM");
|
||||
} else if (buf.find("S88537AB1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AB1_V079_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537AB1_V080_M20_MP_XM");
|
||||
} else if (buf.find("S88537AC1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AC1_V079_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537AC1_V080_M20_MP_XM");
|
||||
} else if (buf.find("S88537BA1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537BA1_V079_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537BA1_V080_M20_MP_XM");
|
||||
} else if (buf.find("S88537CA1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537CA1_V079_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537CA1_V080_M20_MP_XM");
|
||||
} else if (buf.find("S88537EC1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537EC1_V079_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537EC1_V080_M20_MP_XM");
|
||||
}
|
||||
|
||||
if (buf.find("S88537AB1") != std::string::npos) {
|
||||
|
|
Loading…
Reference in a new issue