bump notification priority to high as per android design guidelines

This commit is contained in:
Daniel Gultsch 2017-02-24 19:59:13 +01:00
parent 0c0ff882a9
commit 8e0e81a603
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ public class NotificationService {
if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
mBuilder.setCategory(Notification.CATEGORY_MESSAGE);
}
mBuilder.setPriority(NotificationCompat.PRIORITY_HIGH);
setNotificationColor(mBuilder);
mBuilder.setDefaults(0);
if (led) {