aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidselect.c')
-rw-r--r--src/androidselect.c18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/androidselect.c b/src/androidselect.c
index 5735eda2dd5..cf2265d4cf4 100644
--- a/src/androidselect.c
+++ b/src/androidselect.c
@@ -660,12 +660,18 @@ keywords is understood:
660 :icon The name of a drawable resource to display as the 660 :icon The name of a drawable resource to display as the
661 notification's icon. 661 notification's icon.
662 662
663The notification group and urgency are ignored on Android 7.1 and 663The notification group is ignored on Android 7.1 and earlier versions
664earlier versions of Android. Outside such older systems, it 664of Android. Outside such older systems, it identifies a category that
665identifies a category that will be displayed in the system Settings 665will be displayed in the system Settings menu, and the urgency
666menu. The urgency provided always extends to affect all notifications 666provided always extends to affect all notifications displayed within
667displayed within that category. If the group is not provided, it 667that category. If the group is not provided, it defaults to the
668defaults to the string "Desktop Notifications". 668string "Desktop Notifications".
669
670Each caller should strive to provide one unchanging combination of
671notification group and urgency for each kind of notification it sends,
672inasmuch as the system may, subject to user configuration, disregard
673the urgency specified within a notification, should it not be the
674first notification sent to its notification group.
669 675
670The provided icon should be the name of a "drawable resource" present 676The provided icon should be the name of a "drawable resource" present
671within the "android.R.drawable" class designating an icon with a 677within the "android.R.drawable" class designating an icon with a