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

Commit eb522e3c authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Controls - Reduce binding priority" into rvc-qpr-dev am: 40a85e28

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12316326

Change-Id: Icaf9b2e55b4f15bc407ccf5e5191a6563eddb1ff
parents 35114871 40a85e28
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -76,7 +76,8 @@ class ControlsProviderLifecycleManager(
        private const val LOAD_TIMEOUT_SECONDS = 20L // 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
        private val BIND_FLAGS = Context.BIND_AUTO_CREATE or Context.BIND_FOREGROUND_SERVICE or
            Context.BIND_NOT_PERCEPTIBLE
    }

    private val intent = Intent().apply {