Merge "Change default for config_show4GForLte to true." into jb-mr2-dev

This commit is contained in:
Wink Saville
2013-06-19 17:09:28 +00:00
committed by Android (Google) Code Review

View File

@@ -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>