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

Commit 2a651b03 authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "Hide carrier key download notification"

parents e341ca18 12f940a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -522,6 +522,7 @@ public class CarrierKeyDownloadManager {
            DownloadManager.Request request = new DownloadManager.Request(Uri.parse(mURL));
            DownloadManager.Request request = new DownloadManager.Request(Uri.parse(mURL));
            request.setAllowedOverMetered(false);
            request.setAllowedOverMetered(false);
            request.setVisibleInDownloadsUi(false);
            request.setVisibleInDownloadsUi(false);
            request.setNotificationVisibility(DownloadManager.Request.VISIBILITY_HIDDEN);
            Long carrierKeyDownloadRequestId = mDownloadManager.enqueue(request);
            Long carrierKeyDownloadRequestId = mDownloadManager.enqueue(request);
            SharedPreferences.Editor editor = getDefaultSharedPreferences(mContext).edit();
            SharedPreferences.Editor editor = getDefaultSharedPreferences(mContext).edit();