lower priority for error notification
This commit is contained in:
parent
e11cfff2b0
commit
676f181cad
|
@ -733,6 +733,7 @@ public class NotificationService {
|
||||||
} else {
|
} else {
|
||||||
mBuilder.setSmallIcon(R.drawable.ic_stat_alert_warning);
|
mBuilder.setSmallIcon(R.drawable.ic_stat_alert_warning);
|
||||||
}
|
}
|
||||||
|
mBuilder.setPriority(NotificationCompat.PRIORITY_LOW);
|
||||||
mBuilder.setContentIntent(PendingIntent.getActivity(mXmppConnectionService,
|
mBuilder.setContentIntent(PendingIntent.getActivity(mXmppConnectionService,
|
||||||
145,
|
145,
|
||||||
new Intent(mXmppConnectionService,ManageAccountActivity.class),
|
new Intent(mXmppConnectionService,ManageAccountActivity.class),
|
||||||
|
|
Loading…
Reference in a new issue