android - Multiline notifications -
i need display few lines of text in notification. minimum android sdk 4.0.3. or level 15, "big notifications" available level 16.
what can show lines in notification api level 15?
i used this:
.setstyle(new notificationcompat.bigtextstyle().bigtext(message))
i didn't test on android 4.0.3, not getting compiler- or lint-errors.
Comments
Post a Comment