Merge "[Satellite] added Demo mode esos questionnaire button" into main

This commit is contained in:
Sungcheol Ahn 2024-08-19 23:55:01 +00:00 committed by Android (Google) Code Review
commit d80ab6d891

View file

@ -519,6 +519,9 @@
<!-- 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>
<!-- The intent action to handle oem-enabled satellite demo mode SOS messaging. -->
<string name="config_satellite_demo_mode_sos_intent_action">com.google.android.apps.stargate.ACTION_ESOS_DEMO</string>
<!-- User activity timeout: Maximum screen dim duration in milliseconds. -->
<integer name="config_maximumScreenDimDuration">20000</integer>