How to prevent notification bar's scrolling-animation on new Notification
Can I create notification that will simply ap开发者_JAVA百科pear on the Notification Bar without it's animation?
Yes. Set the tickerText
field of your Notification
object to null
.
精彩评论