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)