How to use/locate LocalBroadcastManager as described in google docs and Service broadcast doc?
LocalBroadcastManager
I tried to google it, but there is no code available to s
In Eclipse, eventually I had to add Compatibility/Support Library by right-clicking on my project and selecting:
Android Tools -> Add Support Library
Once it was added, then I was able to use LocalBroadcastManager class in my code.