Merge "[Satellite] Changed start of satellite non-emergency mode in hidden menu to send intent instead of directly invoking satellite manager" into main

This commit is contained in:
Sungcheol Ahn 2024-10-30 01:24:12 +00:00 committed by Android (Google) Code Review
commit 09797648aa

View file

@ -533,4 +533,7 @@
<!-- 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>
<!-- The receiver class of the intent action to start satellite non-emergency mode -->
<string name="config_satellite_carrier_roaming_non_emergency_session_class">com.google.android.apps.stargate.sessionmanager.SessionManagerReceiver_Receiver</string>
</resources>