I’d like to change the behaviour of LocationManager, but its constructor isn’t visible, so Eclipse won’t allow extending it.
Can it be done?
If so, how do I get around the above issue, and then, how do I instantiate it? (Or have the system use it as the LocationManager?)
Thanks
Here’s the source:
Notice the comment. Use Context.getSystemService.