Merge "Supports Android APIs for the Carrier NB-Satellite Provisioning" into main

This commit is contained in:
Treehugger Robot 2024-07-02 01:06:15 +00:00 committed by Android (Google) Code Review
commit 996950f4e0

View file

@ -517,4 +517,10 @@
<!-- The intent action to handle oem-enabled satellite SOS messaging. --> <!-- The intent action to handle oem-enabled satellite SOS messaging. -->
<string name="config_satellite_emergency_handover_intent_action">com.google.android.apps.stargate.ACTION_ESOS_QUESTIONNAIRE</string> <string name="config_satellite_emergency_handover_intent_action">com.google.android.apps.stargate.ACTION_ESOS_QUESTIONNAIRE</string>
<!-- The class name to handle carrier roaming to satellite is using ESOS messaging. -->
<string name="config_satellite_carrier_roaming_esos_provisioned_class">com.google.android.apps.stargate</string>
<!-- The intent action to handle carrier roaming to satellite is using ESOS messaging. -->
<string name="config_satellite_carrier_roaming_esos_provisioned_intent_action">com.google.satellitegateway.ACTION_REGISTER</string>
</resources> </resources>