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

Commit 6a8fc3c1 authored by Takumi Hori's avatar Takumi Hori Committed by android-build-merger
Browse files

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

Merge "Public key for IMSI privacy is not automatically downloaded on schedule" am: 292525de am: 0485a07d
am: cf8617d5

Change-Id: I08e143aacde2965533b6dbdcb5aae5455dfc352a
parents 49514036 cf8617d5
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));
    }