Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Change default for config_show4GForLte to true.
Browse files Browse the repository at this point in the history
Bug: 9265217
Change-Id: I962910de7826ce9825de2d2dfb9e50b84d0e7c75
  • Loading branch information
Wink Saville committed Jun 18, 2013
1 parent de04dfb commit 65a90d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SystemUI/res/values/config.xml
Expand Up @@ -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>

0 comments on commit 65a90d0

Please sign in to comment.