I have read: https://developer.android.com/guide/topics/ui/notifiers/notifications.html but I cannot see how to display an icon on the top of the screen, without making a notification.
I have an app with a long-running service, and I want to show an icon that reflects the internal state of that service, at the top of the screen.
How can I do this?