Set notification to minimal priority

Pebble app is not showing in status bar and on lockscreen. This change is for GadgetBridge to have the same behavior.
here
Yar 2016-12-15 22:58:56 +03:00 committed by Daniele Gobbetti
parent 09cc0134db
commit 5c8f02d054
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class GB {
.setContentText(text)
.setSmallIcon(connected ? R.drawable.ic_notification : R.drawable.ic_notification_disconnected)
.setContentIntent(pendingIntent)
.setPriority(Notification.PRIORITY_MIN)
.setOngoing(true);
if (GBApplication.isRunningLollipopOrLater()) {
builder.setVisibility(Notification.VISIBILITY_PUBLIC);