Using alarm manager with broadcast receiver — will it run on the main thread?
I want to use AlarmManager
to broadcast a message to my BroadcastReceiver
that will perform some work at scheduled times.
I want to use AlarmManager
to broadcast a message to my BroadcastReceiver
that will perform some work at scheduled times.