Chronometer start from specific value in Notification RemoteViews
问题 I'm trying to start the chronometer in a new notification but from a paused(elapsed) "the elapsed time is got from another chronometer", not from zero The start base in Notification RemoteViews.class of chronometer is different from the start base in Chronometer.class it has different calculations Notification notification = new NotificationCompat.Builder(getApplicationContext()) .setSmallIcon(R.mipmap.ic_launcher) .setContentTitle(songName).build(); notification.contentView =