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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -