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

Commit c627ac5d 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: dcf18417

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



Change-Id: I911ae565f3a7c63512691bd3b2ec6f1a7cfdd18d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f56a5d04 dcf18417
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);
    }

    /**