Skip to content
Commit 6494beeb authored by Evan Laird's avatar Evan Laird
Browse files

Refresh carrier info on SERVICE_PROVIDERS_UPDATED

For reasons out of scope for this CL, it's demonstrably possible that we
can get the SERVICE_PROVIDERS_UPDATED broadcast after other events that
cause KeyguardUpdateMonitor to call `refreshCarrierInfo` on the
callbacks. This means that it's possible that the carrier text changes
in the system, but CarrierTextManager never queries the new state.

This CL adds a listener to that broadcast and hooks it up to
`refreshCarrierInfo`.

Test: remove SIM while QS is expanded
Test: KeyguardUpdateMonitorTest
Bug: 275710423
Change-Id: I29fcace6632989402d94e31d7b3179169cb63968
parent 0af35e71
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