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

Commit bc8d17f7 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "servicemanager: remove TODO to combine sid checks" am: a427126e am:...

Merge "servicemanager: remove TODO to combine sid checks" am: a427126e am: 3b268b2b am: 93a449c9 am: 4901e034

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1449284

Change-Id: I8555e3201c48f44f574b94df7116d75225ec3d7d
parents 4e9769a7 4901e034
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@ binder::Status ServiceManager::getDeclaredInstances(const std::string& interface
    outReturn->clear();

    for (const std::string& instance : allInstances) {
        // TODO(b/169275998): allow checking policy only once for the interface
        if (mAccess->canFind(ctx, interface + "/" + instance)) {
            outReturn->push_back(instance);
        }