Merge "Remove the @hide from ContextImpl#bindServiceAsUser" into rvc-dev am: 99960a5f79
Change-Id: I5d05a722cf14d81fa77eaf1b5ea0b6ac96aef6ab
This commit is contained in:
@@ -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