Acquire PARTIAL_WAKE lock only during calls and briefly during registrations and network transitions
This commit is contained in:
@@ -2087,7 +2087,7 @@ private fun answer(ctx: Context, call: Call) {
|
||||
intent.action = "Call Answer"
|
||||
intent.putExtra("uap", call.ua.uap)
|
||||
intent.putExtra("callp", call.callp)
|
||||
ctx.startService(intent)
|
||||
ContextCompat.startForegroundService(ctx, intent)
|
||||
}
|
||||
|
||||
private fun reject(call: Call) {
|
||||
|
||||
Reference in New Issue
Block a user