diff options
| author | 2024-01-09 22:14:47 +0000 | |
|---|---|---|
| committer | 2024-01-11 00:11:12 +0000 | |
| commit | 9a423550f30aa27f7271a8043950379c49b7dffc (patch) | |
| tree | 3a9e7d286b242140d1decb52c32c29772073a350 | |
| parent | 34660c5e2a193f57bd649c0bff3d6750db444f5a (diff) | |
added resource overlay config_satellite_sim_spn_identifier so the service provider name can be used to identify the network as non-terrestrial.
Test: manual
Bug: 318783678
Change-Id: Ia6e144ac7a7879a5750ec71a7be2afe147ee21b4
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index 8d80af41680a..63ef2e59154f 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -192,8 +192,13 @@ <!-- The identifier of the satellite's SIM profile. The identifier is composed of MCC and MNC of the satellite PLMN with the format "mccmnc". --> - <string name="config_satellite_sim_identifier" translatable="false"></string> - <java-symbol type="string" name="config_satellite_sim_identifier" /> + <string name="config_satellite_sim_plmn_identifier" translatable="false"></string> + <java-symbol type="string" name="config_satellite_sim_plmn_identifier" /> + + <!-- The identifier for the satellite's SIM profile. The identifier is the service provider name + (spn) from the profile metadata. --> + <string name="config_satellite_sim_spn_identifier" translatable="false"></string> + <java-symbol type="string" name="config_satellite_sim_spn_identifier" /> <!-- The app to which the emergency call will be handed over for OEM-enabled satellite messaging. The format of the config string is "package_name;class_name". --> |