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

Commit 6f2b2c6d authored by chen xu's avatar chen xu
Browse files

DcTracker should listen to device_provisioned event

Bug: 128812384
Test: Maunal test with a VZW SIM
Change-Id: I6c1775622748886182b3789669359f0e336098aa
parent e119db96
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -412,6 +412,9 @@ public class DcTracker extends Handler {
        mSettingsObserver.observe(
                Settings.Global.getUriFor(Settings.Global.DATA_ROAMING + simSuffix),
                DctConstants.EVENT_ROAMING_SETTING_CHANGE);
        mSettingsObserver.observe(
                Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED),
                DctConstants.EVENT_DEVICE_PROVISIONED_CHANGE);
    }

    /**