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

Commit 266d3f11 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Controls UI - Remove BIND_WAIVE_PRIORITY" into rvc-dev am: 5258155a...

Merge "Controls UI - Remove BIND_WAIVE_PRIORITY" into rvc-dev am: 5258155a am: 1057ead8 am: 8d17bdac

Change-Id: I0b73c2cb2e3931bf1253450d8243c0deafa503be
parents fff1e1bb 8d17bdac
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -78,8 +78,7 @@ class ControlsProviderLifecycleManager(
        private const val LOAD_TIMEOUT_SECONDS = 30L // seconds
        private const val MAX_BIND_RETRIES = 5
        private const val DEBUG = true
        private val BIND_FLAGS = Context.BIND_AUTO_CREATE or Context.BIND_FOREGROUND_SERVICE or
                Context.BIND_WAIVE_PRIORITY
        private val BIND_FLAGS = Context.BIND_AUTO_CREATE or Context.BIND_FOREGROUND_SERVICE
    }

    private val intent = Intent().apply {