diff options
| -rw-r--r-- | packages/SystemUI/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 4c81c886cb7d..92df9b9d5ced 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -104,6 +104,6 @@ <bool name="config_hasFlipSettingsPanel">true</bool> <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> - <bool name="config_show4GForLTE">false</bool> + <bool name="config_show4GForLTE">true</bool> </resources> |