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

Commit cf8617d5 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 schedule" am: 292525de

am: 0485a07d

Change-Id: I20d95e74b807f90c1de47033c652e65d523f096d
parents 72415b3c 0485a07d
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));
    }