Merge "Remove the @hide from ContextImpl#bindServiceAsUser" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
99960a5f79
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user