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

Commit f3c10457 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...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/34378802



Change-Id: I904933b74b4436c2ebd8edfe19623eda0dd5a2dd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents af527d98 a1a8327e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1335,9 +1335,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);