summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Niklas Lindgren <niklas.lindgren@sony.com> 2018-09-24 10:18:44 +0200
committer Hall Liu <hallliu@google.com> 2018-10-19 18:23:44 +0000
commit2132595d59ef0911ffaa7efb16eff6326e885b90 (patch)
treef12714d2bb64eb6214e828b4e25ba57ef4989a1d
parent0c9254ee667ca97d3128da18158c003de10b35c5 (diff)
Remove resources for 4G/LTE/LTE+ icons
CarrierConfig values have been added to better support MVNOs. Remove the legacy resources. Test: Make sure that marlin builds with the new carrier configs. Bug: 113309357 Bug: 113309356 Change-Id: I3b0af46282a4b7fc8487acfb75b5dbbb7f41d316 Merged-In: I3b0af46282a4b7fc8487acfb75b5dbbb7f41d316
-rw-r--r--packages/SystemUI/res/values/config.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 5c0d5dde2b4f..f5397b5c84ab 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -141,15 +141,9 @@
<integer name="quick_settings_brightness_dialog_short_timeout">2000</integer>
<integer name="quick_settings_brightness_dialog_long_timeout">4000</integer>
- <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
- <bool name="config_show4GForLTE">true</bool>
-
<!-- Show indicator for Wifi on but not connected. -->
<bool name="config_showWifiIndicatorWhenEnabled">false</bool>
- <!-- Should "LTE"/"4G" be shown instead of "LTE+"/"4G+" when on NETWORK_TYPE_LTE_CA? -->
- <bool name="config_hideLtePlus">false</bool>
-
<!-- milliseconds before the heads up notification auto-dismisses. -->
<integer name="heads_up_notification_decay">5000</integer>