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

Commit 2d1c29c5 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "servicemanager: remove move check TODO am: cd551fab am: dd5952a4...

Merge "servicemanager: remove move check TODO am: cd551fab am: dd5952a4 am: 48c24c25 am: 19f6bdc1"
parents d6e530be 6116f5ec
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ Status ServiceManager::checkService(const std::string& name, sp<IBinder>* outBin
        }
    }

    // TODO(b/136023468): move this check to be first
    if (!mAccess->canFind(ctx, name)) {
        // returns ok and null for legacy reasons
        *outBinder = nullptr;