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

Commit 0485a07d 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

Change-Id: If935d03922bc01bbfedbd3b39fb18bd44b0aa016
parents 65012144 292525de
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));
    }