commit | 15e3d0f082d551f8819fbe4b0d502cc108627876 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Fri May 01 07:53:28 2009 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Fri May 01 08:24:47 2009 -0400 |
tree | ee0b12d89c14986b5447e7a000fd2a3f91fb6c13 | |
parent | a56b318cf2d4c3700899f9de394c5635761dda66 [diff] |
location: Use ILocationProvider Binder interface for all location providers. This change eliminates the LocationProviderImpl class which had been used for location providers running in the system process. Now the LocationProvider base class is only used to implement the LocationManager.createProvider() method for retrieving provider information. Added a new IGpsStatusProvider interface for providers that serve GPS status. Signed-off-by: Mike Lockwood <lockwood@android.com>