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

Commit dd5952a4 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

servicemanager: remove move check TODO

am: cd551fab

Change-Id: Ib436709569e46c897322089823fda3b5a9163800
parents 79580842 cd551fab
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;