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

Commit e528b639 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove the @hide from ContextImpl#bindServiceAsUser" into rvc-dev am: 99960a5f

Change-Id: Ib08500fa9e663426ae118ceb2d59cb7678490c5e
parents 42ca2564 99960a5f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1763,7 +1763,6 @@ class ContextImpl extends Context {
        return bindServiceCommon(service, conn, flags, instanceName, null, executor, getUser());
    }

    /** @hide */
    @Override
    public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags,
            UserHandle user) {