Merge "Add package name and intent action to handle oem-enabled satellite SOS messaging" into 24D1-dev

This commit is contained in:
Treehugger Robot 2024-05-10 13:20:19 +00:00 committed by Android (Google) Code Review
commit 87179cfea1

View file

@ -499,4 +499,10 @@
config_satellite_modem_image_switching_duration_millis.
-->
<integer name="config_datagram_wait_for_connected_state_timeout_millis">180000</integer>
<!-- The package name of the app to handle oem-enabled satellite SOS messaging. -->
<string name="config_oem_enabled_satellite_sos_handover_app">com.google.android.apps.stargate;com.google.android.apps.stargate.questionnaire.QuestionnaireHomeActivity</string>
<!-- 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>
</resources>