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

Commit 77fd0393 authored by Palak Chaudhary's avatar Palak Chaudhary Committed by Android (Google) Code Review
Browse files

Merge "Log IntentFilter details for broadcast receiver" into udc-dev

parents ca99bf7e 46a20e88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13933,7 +13933,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");
                            + " with the given IntentFilter: " + filter.toString());
                }
            }