Loading services/print/java/com/android/server/print/RemotePrintService.java +2 −1 Original line number Diff line number Diff line Loading @@ -572,7 +572,8 @@ final class RemotePrintService implements DeathRecipient { 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) { Loading Loading
services/print/java/com/android/server/print/RemotePrintService.java +2 −1 Original line number Diff line number Diff line Loading @@ -572,7 +572,8 @@ final class RemotePrintService implements DeathRecipient { 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) { Loading