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

Bug: 376117071
Test: Manual
Flag: com.android.internal.telephony.flags.carrier_roaming_nb_iot_ntn
Change-Id: I89e728a92163da56dc12dde1d6ff6509cb0adedc
This commit is contained in:
Sungcheol Ahn 2024-10-28 21:20:55 +00:00
parent 81243890ae
commit 473b1746b2

View file

@ -533,4 +533,7 @@
<!-- The intent action to handle oem-enabled satellite demo mode SOS messaging. --> <!-- 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> <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> </resources>