|
|
@ -368,8 +368,9 @@ bool CPhoneDevice::QuerySystemProperties(std::map<std::string, std::string>& pro
|
|
|
|
version += std::to_string((mVersionCode % 100000) / 1000);
|
|
|
|
version += std::to_string((mVersionCode % 100000) / 1000);
|
|
|
|
version += ".";
|
|
|
|
version += ".";
|
|
|
|
version += std::to_string(mVersionCode % 1000);
|
|
|
|
version += std::to_string(mVersionCode % 1000);
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
version += " " + FormatLocalTime(mBuildTime);
|
|
|
|
version += " " + FormatLocalTime(mBuildTime);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
it->second = version;
|
|
|
|
it->second = version;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (it->first == PROP_PROD_DATE)
|
|
|
|
else if (it->first == PROP_PROD_DATE)
|
|
|
|