Skip to content

Commit

Permalink
Don’t use config overrides
Browse files Browse the repository at this point in the history
Fixes #1526
  • Loading branch information
moezbhatti committed Jan 8, 2020
1 parent 0e77d99 commit 72a61f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ public void downloadMultimediaMessage(final Context context, final String locati
String httpParams = MmsConfig.getHttpParams();
if (!TextUtils.isEmpty(httpParams)) {
configOverrides.putString(SmsManager.MMS_CONFIG_HTTP_PARAMS, httpParams);
} else {
configOverrides = smsManager.getCarrierConfigValues();
}

grantUriPermission(context, contentUri);
Expand Down

0 comments on commit 72a61f5

Please sign in to comment.