I have an activity with several checkboxes that their check/uncheck status is saved throughout the day by sharedPreferences. These checkboxes are daily tasks that need to be reset to the unchecked state at some point each night. It does not have to be an exact time. The app and device will be closed at this time as it is after work hours.
Not sure how to code this utilizing the time of day.
What would be your recommendation on how to do this? I'm programming in Kotlin.