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

Commit 324e370c authored by Ankur Bakshi's avatar Ankur Bakshi Committed by Android Build Coastguard Worker
Browse files

Revert "[CDM][CMD] Check permissions for CDM shell commands"

This reverts commit db719819.

Reason for revert: Fix Build Red on AP2A.240605.001
Bug: 313428840
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:422377f47dc622dde8b96099d2bc7313a8d62da8)
Merged-In: I2fc381acc8a97d9df373f09da08c25578bc9cef4
Change-Id: I2fc381acc8a97d9df373f09da08c25578bc9cef4
parent e5623018
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1271,9 +1271,9 @@ public class CompanionDeviceManagerService extends SystemService {
                @NonNull ParcelFileDescriptor out, @NonNull ParcelFileDescriptor err,
                @NonNull String[] args) {
            return new CompanionDeviceShellCommand(CompanionDeviceManagerService.this,
                    mAssociationStore, mDevicePresenceProcessor, mTransportManager,
                    mAssociationStore, mDevicePresenceMonitor, mTransportManager,
                    mSystemDataTransferProcessor, mAssociationRequestsProcessor,
                    mBackupRestoreProcessor, mDisassociationProcessor)
                    mBackupRestoreProcessor, mAssociationRevokeProcessor)
                    .exec(this, in.getFileDescriptor(), out.getFileDescriptor(),
                            err.getFileDescriptor(), args);
        }