From 796c5d8c7b45d18acc9df6a37f9f4233dfe30076 Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Sun, 4 Feb 2024 00:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index f15534df..52a2eab4 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -434,7 +434,7 @@ bool CPhoneDevice::QuerySystemProperties(std::map& pro { it->second = std::to_string(GpioControl::getBatteryBusVoltage()); } - else if ((it->first == (PROP_SIGNAL_4G)) || (it->first == (PROP_SIGNAL_2G))) + else if ((it->first == (PROP_SIGNAL_4G)) || (it->first == (PROP_SIGNAL_2G)) || (it->first == (PROP_SIGNAL_LEVEL))) { it->second = std::to_string(m_signalLevel); }