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

Commit 0e31d0f6 authored by Palak Chaudhary's avatar Palak Chaudhary Committed by Automerger Merge Worker
Browse files

Merge "Log IntentFilter details for broadcast receiver" into udc-dev am: 77fd0393

parents d9b54668 77fd0393
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());
                }
            }