Increased incoming call notifucation priority to MAX

This commit is contained in:
Juha Heinanen
2025-09-19 10:32:16 +03:00
parent 22e5989078
commit 297b1b2420

View File

@ -910,7 +910,7 @@ class BaresipService: Service() {
.setWhen(System.currentTimeMillis())
.setShowWhen(true)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setPriority(NotificationCompat.PRIORITY_HIGH)
.setPriority(NotificationCompat.PRIORITY_MAX)
.setFullScreenIntent(pi, true)
val answerIntent = Intent(applicationContext, MainActivity::class.java)
.putExtra("action", "call answer")