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

Commit a2505bec authored by Sanghee Kim's avatar Sanghee Kim
Browse files

add PHONE_ID extra field for INTENT_ISIM_REFRESH



phoneid information is needed because receiver should
know which phone is refreshed.

Test: builds
Change-Id: I1b14a431038c8ca09da4e2e8da62389070f2da16
Signed-off-by: default avatarSanghee Kim <haya93@samsung.com>
parent 10d6f803
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);
    }