mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Auto-cancel "blocked call" notifications
This commit is contained in:
@@ -197,6 +197,7 @@ public class NotificationHelper {
|
||||
.setColor(UiUtils.getColorInt(context, R.color.rateNegative))
|
||||
.setContentTitle(title)
|
||||
.setContentText(text)
|
||||
.setAutoCancel(true)
|
||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||
.setCategory(NotificationCompat.CATEGORY_STATUS);
|
||||
|
||||
|
Reference in New Issue
Block a user