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

Commit 66c6447d authored by Liana Kazanova's avatar Liana Kazanova Committed by Automerger Merge Worker
Browse files

Merge "Use IntentFilter.toLongString() instead of IntentFilter.toString()"...

Merge "Use IntentFilter.toLongString() instead of IntentFilter.toString()" into udc-dev am: 91bb73b2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22474082



Change-Id: I2139616ebcca2c38cd88ee6f123b6bab80fee6ee
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 92d9d150 91bb73b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13713,7 +13713,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                if (!sdkSandboxManagerLocal.canRegisterBroadcastReceiver(
                        /*IntentFilter=*/ filter, flags, onlyProtectedBroadcasts)) {
                    throw new SecurityException("SDK sandbox not allowed to register receiver"
                            + " with the given IntentFilter: " + filter.toString());
                            + " with the given IntentFilter: " + filter.toLongString());
                }
            }