Disallow AI

This commit is contained in:
M66B 2019-10-22 18:45:21 +02:00
parent f57444863a
commit 7fd055fa6e
1 changed files with 2 additions and 1 deletions

View File

@ -2808,7 +2808,8 @@ class Core {
.setDeleteIntent(piClear)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setCategory(NotificationCompat.CATEGORY_STATUS)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setAllowSystemGeneratedContextualActions(false);
if (notify_summary) {
builder.setOnlyAlertOnce(new_messages == 0);