Skip to content

Commit 5570c85

Browse files
techyminati1nfragluca020400Linux4
committed
cipher: overlay: Enable LTE+/4G+ icons by default
* Enable 4G+/LTE+ icon when available. * Depends on device modem/carrier/network configuration. Change-Id: Ib35743f060a6c0eb159c1db8e178f4e951e23d9a Co-authored-by: 1nfrag <sil3ntcll@gmail.com> Co-authored-by: Luca Stefani <luca.stefani.ge1@gmail.com> Co-authored-by: Tim Zimmermann <tim@linux4.de> Signed-off-by: techyminati <sinha.aryan03@gmail.com>
1 parent 37e66ee commit 5570c85

File tree

1 file changed

+12
-0
lines changed
  • overlay/common/packages/apps/CarrierConfig/res/xml

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
2+
<carrier_config_list>
3+
<carrier_config>
4+
<!-- Config to show LTE+ icon if available -->
5+
<boolean name="hide_lte_plus_data_icon_bool" value="false"/>
6+
7+
<!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
8+
<boolean name="show_4g_for_lte_data_icon_bool" value="true"/>
9+
10+
<int name="lte_plus_threshold_bandwidth_khz_int" value="0"/>
11+
</carrier_config>
12+
</carrier_config_list>

0 commit comments

Comments
 (0)