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

Commit 222de530 authored by Kevin Han's avatar Kevin Han Committed by Automerger Merge Worker
Browse files

Merge "Actually use the passed-in executor for unused count" into tm-dev am:...

Merge "Actually use the passed-in executor for unused count" into tm-dev am: 869e4d4f am: 5f1e8b6b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18283296



Change-Id: Ib4565328e1463af808019d8604bd14f70dd95c18
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 55543817 5f1e8b6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -860,7 +860,7 @@ public final class PermissionControllerManager {
                    Binder.restoreCallingIdentity(token);
                }
            }
        });
        }, executor);
    }

    /**