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

Commit 91bb73b2 authored by Liana Kazanova's avatar Liana Kazanova Committed by Android (Google) Code Review
Browse files

Merge "Use IntentFilter.toLongString() instead of IntentFilter.toString()" into udc-dev

parents 18929c87 ee30d5c5
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());
                }
            }