Merge "Remove the @hide from ContextImpl#bindServiceAsUser" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-30 10:41:33 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {