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

Commit ca6a8479 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:...

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

Change-Id: I3e19b093b1c0e101bbe2a1a60ea5369256bd505c
parents 74e226f2 9a83537d
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) {