commit | 198b4980cc307c1c1e3bbaf58d8f72d684c7055a | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Mon Feb 05 13:01:48 2018 +0100 |
committer | Max Weninger <max.weninger@gmail.com> | Mon Feb 05 13:07:54 2018 +0100 |
tree | 929c3eab43c81a5dd5da478b9f5d9c736cac42e3 | |
parent | 35a20e33292e38ea005b114ca1a41f0c535f1161 [diff] |
[2/2] omni: Add HSPA+ network icons enable overlay config_hspa_data_distinguishable Change-Id: I0c1f74882b1fe6b9eeb11c545a5b3b5e6f122950
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml index 5198b04..f3dfcf6 100644 --- a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -24,4 +24,7 @@ <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> <bool name="config_show4GForLTE">false</bool> + <!-- Control whether status bar should distinguish HSPA data icon form UMTS + data icon on devices --> + <bool name="config_hspa_data_distinguishable">true</bool> </resources>