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

Commit 69ed5b35 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

am: 49b59b2b

Change-Id: I477ef2462abf9d2c607be1919457b52ab10ad863
parents 8c11655c 49b59b2b
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);
    }