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

Commit dbdd5187 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "add PHONE_ID extra field for INTENT_ISIM_REFRESH"

am: e42cff04

Change-Id: I45b6a5a21c989dcedd87960a887ec027b4704a6f
parents 2031dcfb e42cff04
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -362,6 +362,7 @@ public class IsimUiccRecords extends IccRecords implements IsimRecords {
    private void broadcastRefresh() {
        Intent intent = new Intent(INTENT_ISIM_REFRESH);
        log("send ISim REFRESH: " + INTENT_ISIM_REFRESH);
        intent.putExtra("PHONE_ID", mParentApp.getPhoneId());
        mContext.sendBroadcast(intent);
    }