Concatenate SPN and PLMN with a " - " instead of "|"

Bug: 161788089
Test: manual test
Change-Id: Iaddbe7eda20d477a3b6ab5feaf80bc14457e327a
This commit is contained in:
Zoey Chen
2020-09-03 16:22:14 +08:00
parent 0707378f06
commit 51f44b2c7e

View File

@@ -107,7 +107,7 @@
<string name="status_bar_settings_notifications">Notifications</string>
<!-- Separator for PLMN and SPN in network name. -->
<string name="status_bar_network_name_separator" translatable="false">|</string>
<string name="status_bar_network_name_separator" translatable="false"> - </string>
<!-- Network connection string for Bluetooth Reverse Tethering -->
<string name="bluetooth_tethered">Bluetooth tethered</string>