Reputation: 11
I'm trying to implement a countdown timer in a an app widget, but after user closes app timer stops updating.
I tried to use AlarmManager with a BrodcastService but it's not working . When app closed timer doesn't update. I need to update it every monute.
Upvotes: 0
Views: 47