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

Commit 1e4cae01 authored by Alex Lin's avatar Alex Lin Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Start the state machine in EuiccConnector eariler am:...

[DO NOT MERGE] Start the state machine in EuiccConnector eariler am: 7455c0a8 am: 214b1a38 am: 8322f365

Change-Id: I898b2735c64b6c8c59a403f60d3ff8e944fd3b17
parents e0339a61 8322f365
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -402,11 +402,11 @@ public class EuiccConnector extends StateMachine implements ServiceConnection {
        mSelectedComponent = findBestComponent();
        setInitialState(mSelectedComponent != null ? mAvailableState : mUnavailableState);

        start();

        mPackageMonitor.register(mContext, null /* thread */, null /* user */);
        mContext.registerReceiver(
                mUserUnlockedReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED));

        start();
    }

    @Override