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

Commit a902637e 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

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


    private val intent = Intent().apply {
    private val intent = Intent().apply {