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

Unverified Commit ce1912a6 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Adrian DC
Browse files

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

That's for SL/SI only...

RM-290

Change-Id: I0fe834b2270f79f87813bc8081e064bf4c24f26b
parent 4f179c9a
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) {