Hello,
I wanted at make a notification with a progress bar.
The progress bar itself works as expected.
But i noticed that when a notification with progress bar was made, this notification also shows a timer that is counting the seconds and minutes since the notification was posted (like a stopwatch)
I think in the android notification builder guideline this is call chronometer.
My question is, is this coupled with the progress bar feature on purpose?
And is there a way to disable it?
Thanks!