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

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

servicemanager: remove move check TODO am: cd551fab

am: dd5952a4

Change-Id: I55a5e6d864b16b2a05052fcea7e4cb5c4b8835df
parents a2c60073 dd5952a4
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;