diff --git a/services/print/java/com/android/server/print/RemotePrintService.java b/services/print/java/com/android/server/print/RemotePrintService.java index 4f0d6f1d55357..502cd2c60f4aa 100644 --- a/services/print/java/com/android/server/print/RemotePrintService.java +++ b/services/print/java/com/android/server/print/RemotePrintService.java @@ -572,7 +572,8 @@ private void ensureBound() { boolean wasBound = mContext.bindServiceAsUser(mIntent, mServiceConnection, Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE - | Context.BIND_ALLOW_INSTANT, new UserHandle(mUserId)); + | Context.BIND_INCLUDE_CAPABILITIES | Context.BIND_ALLOW_INSTANT, + new UserHandle(mUserId)); if (!wasBound) { if (DEBUG) {