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

Commit 49b59b2b 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

am: dbdd5187

Change-Id: I7aaa59dc94c9bdf5438586e7bf569c4b2efc2a8d
parents a431f7fc dbdd5187
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);
    }