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

Commit 214b1a38 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: 7455c0a8

Change-Id: I744c82a82b198eaee6704a29e7da525a5190952d
parents 0e93509a 7455c0a8
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