Merge pull request #1006 from QuentinC/development

Some changes to the LED color in notifications !
This commit is contained in:
Daniel Gultsch 2015-02-27 17:07:30 +01:00
commit c2ddd74d7f
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ public class NotificationService {
mBuilder.setCategory(Notification.CATEGORY_MESSAGE);
}
setNotificationColor(mBuilder);
mBuilder.setDefaults(0);
mBuilder.setSmallIcon(R.drawable.ic_notification);
mBuilder.setDeleteIntent(createDeleteIntent());
mBuilder.setLights(0xffffffff, 2000, 4000);