Skip to content

Commit 8b96a66

Browse files
committed
Concatenate SPN and PLMN with a pipe.
Prior change 199020 fixes it for instances of CarrierLabel; this fixes it for customers of NetworkController. Bug: 6639047 Change-Id: I69dada2298f4a3caf453f43d847cdb32fe7eaa9f
1 parent 913bf80 commit 8b96a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</string>
118118

119119
<!-- Separator for PLMN and SPN in network name. -->
120-
<string name="status_bar_network_name_separator" translatable="false">"\n"</string>
120+
<string name="status_bar_network_name_separator" translatable="false">|</string>
121121

122122
<!-- Network connection string for Bluetooth Reverse Tethering -->
123123
<string name="bluetooth_tethered">Bluetooth tethered</string>

0 commit comments

Comments
 (0)