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

Commit 440f9880 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Don't send MMS reception notices to the wap push handler

That's for SL/SI only...

Change-Id: I0fe834b2270f79f87813bc8081e064bf4c24f26b
parent 427f7b9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ public class WapPushOverSms implements ServiceConnection {
            // then sent it to all broadcast receivers.
            ComponentName componentName = null;
            String fqcn = new ConfigResourceUtil().getStringValue(mContext, "default_wap_push_handler");
            if (!TextUtils.isEmpty(fqcn)) {
            if (!mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_MMS) && !TextUtils.isEmpty(fqcn)) {
                componentName = ComponentName.unflattenFromString(fqcn);
            }
            if (componentName == null) {