mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-15 10:53:22 +00:00
Merge pull request #214 from Woutwo/master
Move notification to the min-priority list on android
This commit is contained in:
@@ -155,6 +155,7 @@ public class ForegroundService extends Service {
|
|||||||
.setContentText(text)
|
.setContentText(text)
|
||||||
.setTicker(settings.optString("ticker", ""))
|
.setTicker(settings.optString("ticker", ""))
|
||||||
.setOngoing(true)
|
.setOngoing(true)
|
||||||
|
.setPriority(Notification.PRIORITY_MIN)
|
||||||
.setSmallIcon(getIconResId());
|
.setSmallIcon(getIconResId());
|
||||||
|
|
||||||
if (bigText || text.contains("\n")) {
|
if (bigText || text.contains("\n")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user