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

Commit b833c453 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not propagate WIU/BFSL for MediaController.sendCommand" into tm-dev am: ddce211c

parents 298d4e6f ddce211c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1246,9 +1246,6 @@ public class MediaSessionRecord implements IBinder.DeathRecipient, MediaSessionR
        public void sendCommand(String packageName, int pid, int uid, String command, Bundle args,
                ResultReceiver cb) {
            try {
                final String reason = TAG + ":" + command;
                mService.tempAllowlistTargetPkgIfPossible(getUid(), getPackageName(),
                        pid, uid, packageName, reason);
                mCb.onCommand(packageName, pid, uid, command, args, cb);
            } catch (RemoteException e) {
                Log.e(TAG, "Remote failure in sendCommand.", e);