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

Commit 72a61f5b authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Don’t use config overrides

Fixes #1526
parent 0e77d99f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ public class DownloadManager {
        String httpParams = MmsConfig.getHttpParams();
        if (!TextUtils.isEmpty(httpParams)) {
            configOverrides.putString(SmsManager.MMS_CONFIG_HTTP_PARAMS, httpParams);
        } else {
            configOverrides = smsManager.getCarrierConfigValues();
        }

        grantUriPermission(context, contentUri);