andro
andro

Reputation: 977

Android-Notification: make ticker text stay longer

I am working on JellyBean. The ticker text in notifications comes and goes away when the notification appears in the status bar.The notification icon stays there(in the status bar) until we clear the notification. Is it possible to keep the ticker text also in the status bar until the notification is cleared?

Upvotes: 4

Views: 1062

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006964

No, sorry -- the ticker text, like a Toast, is designed to be transient. After all, there are other things that go in the status bar that the ticker text replaces.

Upvotes: 1

Related Questions