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

Commit db821031 authored by Nan Wu's avatar Nan Wu Committed by Android (Google) Code Review
Browse files

Merge "Do not pass whitelistToken when sending non-PI target" into main

parents 71668f72 2938b381
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5476,7 +5476,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                            + " Calling package: " + packageName + "; intent: " + intent
                            + "; options: " + options);
                }
                target.send(code, intent, resolvedType, allowlistToken, null,
                target.send(code, intent, resolvedType, null, null,
                        requiredPermission, options);
            } catch (RemoteException e) {
            }