I have a chronometer in notification panel which I instantiate using
remoteView.setChronometer(R.id.notification_timer, SystemClock.elapsedRealtime(),
null, true);
How should I pause the timer and resume it when I call Pause/Play button on Notification Panel?
Thanks in advance!