Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4ec8d9f3 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

ImsResolver will wait for CarrierConfig changes to update

Previously, we would start binding to the default ImsService before
the CarrierConfig was loaded. This causes issues when a carrier
ImsService is found because it can cause a registration on the default
ImsService, followed by a dereg on the default, followed by a reg
on the same network using the carrier ImsService.

By waiting until CARRIER_CONFIG_CHANGED is received, we can ensure
that everything has been loaded before binding to IMS.

Bug: 117991176
Bug: 111609152
Test: atest FrameworksTelephonyTests:ImsResolverTest
Change-Id: If750bf628af0430b0297fec49b89f2e849cb364f
parent 1468bc2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment