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

Commit 9adb2dfd 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: I9f1a34a273bd2fdc47bb3d70b703343a923cd862
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 13874029 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());
                }
            }