Merge "Controls UI - Remove BIND_WAIVE_PRIORITY" into rvc-dev am: 5258155ade am: 1057ead868 am: 07502f7b05

Change-Id: I97967749e80dc4f094da06531e3ca6691f4b99aa
This commit is contained in:
TreeHugger Robot
2020-03-23 22:27:40 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {