Add config to disable satellite notifications in telephony for zumapro

Bug: 378782898
Test: config change
Flag: EXEMPT config change
Change-Id: I1a42e7b048d94d1914aa6bdecf503025ad43b056
This commit is contained in:
Hidayat Khan 2024-11-13 04:15:18 +00:00
parent 39d7301cca
commit fdbfd00688

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>