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

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/27264083

Change-Id: Ie820514af006e64e0aec7396bfb3931edf97db1b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-05-10 13:36:16 +00:00 committed by Automerger Merge Worker
commit 1b4071beb8

View file

@ -505,4 +505,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>