Use voice preference setting for emergency call

config_gnss_supl_requires_default_data_for_emergency removed. Use default value of "false".

Bug: 211060538
Change-Id: Iaec1924d4bda5cdcb4ee427bfe3a12ef7e0fd420
Test: TAM help to verify
This commit is contained in:
Tim Lin 2022-03-24 00:56:31 +00:00 committed by TreeHugger Robot
parent 37f619ea3f
commit 7230a6cbd4

View file

@ -31,9 +31,4 @@
<!-- String indicating the package name of the device GbaService implementation. -->
<string name="config_gba_package" translatable="false">com.shannon.rcsservice</string>
<!-- This device requires that emergency calls are placed over the default data SIM.
This is done mainly to avoid placing emergency calls over CROSS SIM when even
though it's the default voice SIM. -->
<bool name="config_gnss_supl_requires_default_data_for_emergency">true</bool>
</resources>