Merge "Add config to disable satellite notifications in telephony for zumapro" into main

This commit is contained in:
Hidayat Khan 2024-11-13 16:20:38 +00:00 committed by Android (Google) Code Review
commit 12cb2fb48a

View file

@ -536,4 +536,8 @@
<!-- 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>
<!-- Whether to show the system notification to users whenever there is a change
in the satellite availability state at the current location. -->
<bool name="config_satellite_should_notify_availability">false</bool>
</resources>