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

Commit 9a8bf9a7 authored by Alex Kershaw's avatar Alex Kershaw
Browse files

Remove the @hide from ContextImpl#bindServiceAsUser

The method is already public in Context, but the @hide wasn't removed
from the javadoc of the subclass.

Fixes: 150123286
Test: m -j
Change-Id: I53f999f99d2ad64f930beedb262affffbe13764f
parent 582cb388
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) {