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

Commit 0b3dc7a5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add BIND_INCLUDE_CAPABILITIES flag to ContentCaptureService" into...

Merge "Add BIND_INCLUDE_CAPABILITIES flag to ContentCaptureService" into rvc-dev am: a33bc9b6 am: b0bdd7b0 am: dd081871 am: 2c4afa7f

Change-Id: I8c346d7814c4566341ad4bb679d136c6ea122618
parents 02f98ef8 2c4afa7f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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();