Skip to content

Commit b61565c

Browse files
committed
Priority_high notifications don't appear on on SDK versions < 16
Set ticker notification to appear
1 parent 82f8f05 commit b61565c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableNotification.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public static IterableNotification createNotification(Context context, Bundle ex
5353
mBuilder
5454
.setDefaults(Notification.DEFAULT_SOUND)
5555
.setSmallIcon(getIconId(context))
56+
.setTicker(applicationName).setWhen(0)
5657
.setAutoCancel(true)
5758
.setContentTitle(applicationName)
5859
.setStyle(new NotificationCompat.BigTextStyle().bigText(notificationBody))

0 commit comments

Comments
 (0)