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

Commit 292525de authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Public key for IMSI privacy is not automatically downloaded on schedule"

parents e3a49e5c 4023ee93
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -270,8 +270,7 @@ public class CarrierKeyDownloadManager extends Handler {
        Intent intent = new Intent(INTENT_KEY_RENEWAL_ALARM_PREFIX + slotId);
        PendingIntent carrierKeyDownloadIntent = PendingIntent.getBroadcast(mContext, 0, intent,
                PendingIntent.FLAG_UPDATE_CURRENT);
        alarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, minExpirationDate,
                carrierKeyDownloadIntent);
        alarmManager.set(AlarmManager.RTC_WAKEUP, minExpirationDate, carrierKeyDownloadIntent);
        Log.d(LOG_TAG, "setRenewelAlarm: action=" + intent.getAction() + " time="
                + new Date(minExpirationDate));
    }