repeat tickerText on the notification
Iam running a service, this service downloading a file, and when it finish 开发者_Go百科it notify the user via the notification bar.
so when there is a notification the user can see the tickerText, and then it disspear.
is there anyway of repeating this tickerText every X time on the notification line, until the user pulling the notification bar?
thanks,
is there anyway of repeating this tickerText every X time on the notification line, until the user pulling the notification bar?
The ticker text only appears when the Notification
is added. If you notice, the ticker text eliminates all other icons, including the signal strength and such. Having that be gone perpetually, or even periodically, will be aggravating to users who do not want to deal with your Notification
right this second.
精彩评论