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

Commit e42cff04 authored by Amit Mahajan's avatar Amit Mahajan Committed by Gerrit Code Review
Browse files

Merge "add PHONE_ID extra field for INTENT_ISIM_REFRESH"

parents 1e90d0d0 a2505bec
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);
    }