[android-developers] Re: [android-internals] Location Providers

2008-10-27 Thread Bradley Kite
Thanks for this info Dianne, Going through the source I have managed to figure out that additional location providers can be loaded by putting the class-name into a file on the system called /data/location/[myProvider]/class The LocationManagerService will then instantiate this class, and add it

[android-developers] Re: [android-internals] Location Providers

2008-10-19 Thread Dianne Hackborn
They are implemented in the platform code, which hasn't yet been released. I believe subclassing by apps is only for development on the emulator to generate fake location information. On Sat, Oct 18, 2008 at 1:49 PM, Bradley Kite <[EMAIL PROTECTED]>wrote: > > Hi all, > > The LocationProvider clas