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

Commit e2f44e45 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Bind print svcs as "in foreground" for location" into qt-dev am: 9d5ca374 am: 3601eccf

am: 639991f1

Change-Id: I481f5450eb554b0d5b0042dcebdedad0f6f7d8b0
parents 97f04ff8 639991f1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {