Change notification icon and priority
This commit is contained in:
parent
0b447be286
commit
3b3a034c15
2 changed files with 14 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ class Preferences {
|
|||
positiveAction: 'Change to {backgroundPermissionOptionLabel}',
|
||||
negativeAction: 'Cancel'
|
||||
),
|
||||
notification: bg.Notification(
|
||||
smallIcon: 'drawable/ic_stat_notify',
|
||||
priority: bg.Config.NOTIFICATION_PRIORITY_MIN,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue