Add package name and intent action to handle oem-enabled satellite SOS messaging

Bug: 338469596
Test: manually test whether oem enabled satellite sos messaging is invoked
Change-Id: I80f88f2a909b5dbd2f42fa5e90d2e5b7ee74941d
This commit is contained in:
Hakjun Choi 2024-05-09 16:10:52 +00:00
parent bc50822654
commit 21ed732f65

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>