I am creating an Android app in which I need to display a number in system tray which keeps changing. I want something like the screenshot below:
The network speed, shown in the screenshot keeps changing. I have tried using setSmallIcon
but it only accepts Drawable resources.