Is it possible for an app to be able to get alerted when another app marks an SMS text message as read?
First instinct is to just poll SMS messages periodically, but that sounds like a massive waste of battery.
Is it possible for an app to be able to get alerted when another app marks an SMS text message as read?
First instinct is to just poll SMS messages periodically, but that sounds like a massive waste of battery.
Going to just resort to using an alarm or a job:
Running task periodicaly(once a day/once a week)
Not the best but not the worst solution, I feel.