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

Commit 3557a4a8 authored by Sungmin Choi's avatar Sungmin Choi Committed by android-build-merger
Browse files

uicc: Add FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT intent flag on CatCmdmessage

am: 59a14aab

Change-Id: I4e7ae0d79a2b8035525c4b5dc7020bdb0e6c67ea
parents 825a1ae2 59a14aab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -511,6 +511,7 @@ public class CatService extends Handler implements AppInterface {

    private void broadcastCatCmdIntent(CatCmdMessage cmdMsg) {
        Intent intent = new Intent(AppInterface.CAT_CMD_ACTION);
        intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
        intent.putExtra("STK CMD", cmdMsg);
        intent.putExtra("SLOT_ID", mSlotId);
        CatLog.d(this, "Sending CmdMsg: " + cmdMsg+ " on slotid:" + mSlotId);