wahoo: Use CarrierSettings app instead of CarrierConfig

The CarrierSettings app enables/disables carrier apps based on sim
inserted, so use it instead of CarrierConfig.

Change-Id: I163dd615e9d8268c5f94a28ae234a30f74c7e83b
This commit is contained in:
razorloves
2019-09-21 19:22:22 -05:00
committed by Asriadi Rahim
parent dd3f6a61a1
commit 5129999687

View File

@@ -32,4 +32,7 @@
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
<string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
<!-- The package name for the platform carrier config app, bundled with system image. -->
<string name="platform_carrier_config_package" translatable="false">com.google.android.carrier</string>
</resources>