Merge "Reject e911 call during non-emergency satellite session." into main

This commit is contained in:
Aishwarya Mallampati 2025-01-13 16:26:19 -08:00 committed by Android (Google) Code Review
commit 458679e11c

View file

@ -31,4 +31,7 @@
<!-- String indicating the package name of the device GbaService implementation. -->
<string name="config_gba_package" translatable="false">com.shannon.rcsservice</string>
<!-- Whether to turn off non-emergency nb iot ntn satellite for emergency call -->
<bool name="config_turn_off_non_emergency_nb_iot_ntn_satellite_for_emergency_call">false</bool>
</resources>