Merge "Controls UI - Remove BIND_WAIVE_PRIORITY" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5258155ade
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user