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

Commit 8322f365 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 am: 214b1a38

Change-Id: Ic8bb0b62af8fe7170540a1ea47a68b5e9608981b
parents 52e4fb2c 214b1a38
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