Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaticPrakash authored Apr 1, 2020
1 parent 48ad192 commit 6eedf29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ All these above mentioned Broadcast Receivers gets triggered whenever those even
![Logcat Result](app/src/main/res/drawable/LogcatResult.png)
Here "Connected to parrot" is result of my phone's bluetooth connected to my laptop "parrot".

![Logcat Result](app/src/main/res/drawable/LogcatResult2.png)
Here you can see Power Connected/Disconnected and Headphone Plug in/out broadcast receivers.

## Bugs and Improvements :-
No bugs.
However, as multiple Toast messages will overlap each other so, you might not see toast messages in proper order. But as code is completely valid and sequential, so you will get correct result in logcat. And if you replace these Toasts and logcat messages with your own action you will not face any problem. It's just Toasts aren't reliable when used in bulk.
Expand Down

0 comments on commit 6eedf29

Please sign in to comment.