added low priority and removed date in foreground noticfication
This commit is contained in:
parent
c8bc075cbc
commit
5048297b8c
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ public class NotificationService {
|
|||
mBuilder.setContentTitle(mXmppConnectionService.getString(R.string.conversations_foreground_service));
|
||||
mBuilder.setContentText(mXmppConnectionService.getString(R.string.touch_to_disable));
|
||||
mBuilder.setContentIntent(createDisableForeground());
|
||||
mBuilder.setWhen(0);
|
||||
mBuilder.setPriority(NotificationCompat.PRIORITY_MIN);
|
||||
return mBuilder.build();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue