Skip to content

Commit b0c1a13

Browse files
committed
cipher: overlay: Set 5G+ threshold bandwidth to 0
* So that 5G+ icon will show whenever it's available * Inspired from MIUI/HyperOS & NothingOS. Change-Id: I2fffe6237572d85a1d5c8e1f959211fa778efb2b Signed-off-by: techyminati <[email protected]>
1 parent ed35e83 commit b0c1a13

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

overlay/common/packages/apps/CarrierConfig/res/xml/vendor.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
<!-- Enable VoNR by default on supported devices -->
1313
<boolean name="vonr_enabled_bool" value="true"/>
1414

15+
<int name="nr_advanced_threshold_bandwidth_khz_int" value="0"/>
16+
1517
</carrier_config>
1618
</carrier_config_list>

0 commit comments

Comments
 (0)