Merge "Add BIND_INCLUDE_CAPABILITIES flag to ContentCaptureService" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a33bc9b65a
@@ -54,7 +54,9 @@ final class RemoteContentCaptureService
|
||||
boolean verbose, int idleUnbindTimeoutMs) {
|
||||
super(context, serviceInterface, serviceComponentName, userId, perUserService,
|
||||
context.getMainThreadHandler(),
|
||||
bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0, verbose,
|
||||
Context.BIND_INCLUDE_CAPABILITIES
|
||||
| (bindInstantServiceAllowed ? Context.BIND_ALLOW_INSTANT : 0),
|
||||
verbose,
|
||||
/* initialCapacity= */ 2);
|
||||
mPerUserService = perUserService;
|
||||
mServerCallback = callback.asBinder();
|
||||
|
||||
Reference in New Issue
Block a user