Skip to content

Commit

Permalink
updated description.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSeker committed Apr 18, 2022
1 parent afe165f commit 59afc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BroadCastReceiver examples

`BroadcastBoot`: Receives a broadcast on boot, that starts a alarm (since background services are no longer allowed in Oreo).

`BroadcastBoot2`: Receives a broadcast on boot, that starts a JobIntentService, which is allowed to run in the background.
`BroadcastBoot2`: Receives a broadcast on boot, that starts a Worker, which is allowed to run in the background.

---

Expand Down

0 comments on commit 59afc1a

Please sign in to comment.