How to get screen time on daily basis
hey everyone I am developeing a screen time application where user can view their screen time on daily basis but I am encounterring with an error. The screen time should show on daily basis and on 12 am night it should reset and set to 0 but in my case it doesnt reset and showed some screen time of last few hours and added to next day screen time. I will share you the necessary code
@SuppressLint("QueryPermissionsNeeded")
override suspend fun getAppUsageStats(date: LocalDate): List {
val...