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

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -