From 16af06d4fd2f42d3f5d79a2323757389768ce5ce Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 13 May 2024 11:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=99=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=97=B6=E9=97=B4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index fc535106..21e349a8 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -368,8 +368,9 @@ bool CPhoneDevice::QuerySystemProperties(std::map& pro version += std::to_string((mVersionCode % 100000) / 1000); version += "."; version += std::to_string(mVersionCode % 1000); - +#if 0 version += " " + FormatLocalTime(mBuildTime); +#endif it->second = version; } else if (it->first == PROP_PROD_DATE)