Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf9bbe64 authored by Steve Statia's avatar Steve Statia Committed by Android (Google) Code Review
Browse files

Merge "added resource overlay config_satellite_sim_spn_identifier so the...

Merge "added resource overlay config_satellite_sim_spn_identifier so the service provider name can be used to identify the network as non-terrestrial." into main
parents 2419c8d7 9a423550
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -192,8 +192,13 @@


    <!-- The identifier of the satellite's SIM profile. The identifier is composed of MCC and MNC
    <!-- The identifier of the satellite's SIM profile. The identifier is composed of MCC and MNC
         of the satellite PLMN with the format "mccmnc". -->
         of the satellite PLMN with the format "mccmnc". -->
    <string name="config_satellite_sim_identifier" translatable="false"></string>
    <string name="config_satellite_sim_plmn_identifier" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_sim_identifier" />
    <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
    <!-- 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". -->
         messaging. The format of the config string is "package_name;class_name". -->