Better protection of device locked with secure keyguard

This commit is contained in:
Juha Heinanen
2021-12-23 10:43:40 +02:00
parent 52847d7553
commit bb03f98da7
3 changed files with 53 additions and 7 deletions
@@ -103,5 +103,12 @@ class Call(val callp: String, val ua: UserAgent, val peerUri: String, val dir: S
return null
}
fun isIncoming(): Boolean {
for (call in BaresipService.calls)
if (call.status == "incoming")
return true
return false
}
}
}