Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSeker committed Sep 9, 2017
1 parent 5d0ac37 commit ed43019
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ eclipse/ is the examples for use in eclipse. This is no longer updated. The rest

<B>BroadCastDemo1</b>: Simple implementation of a receiver with a static and dynamic registered intent-filter

<B>BroadCastDemo2</b>: Setup to receive intents about battery status and power status.
Also uses android:launchMode="singleTop" so that only one activity is launched, when it is the foreground app.
<B>BroadCastDemo2</b>: Setup to receive intents about battery status and power status. it uses dynamic regisetered receivers to get the information.


<B>BroadcastNoti</b>: A reimplementation of the notification demo, but using only receivers for the broadcast.

<B>BroadcastBoot</b>: Receives a broadcast on boot, that starts a service.
<B>BroadcastBoot</b>: Receives a broadcast on boot, that starts a alarm (since background services are no longer allowed in Oreo).

<B>BroadcastBoot2</b>: Receives a broadcast on boot, that starts a JobIntentService, which is allowed to run in the background.



Expand Down

0 comments on commit ed43019

Please sign in to comment.