location: Remove obsolete fake provider support.

Now that we have GPS support in the emulator and public APIs for mock providers,
the fake provider support is no longer needed.

Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2009-04-28 13:23:57 -04:00
parent 79762a3ee3
commit b8adcad61d
13 changed files with 0 additions and 1099 deletions

View File

@@ -103,9 +103,6 @@ public class LocationManager {
*/
public static final String KEY_LOCATION_CHANGED = "location";
/** @hide -- does this belong here? */
public static final String PROVIDER_DIR = "/data/location";
/** @hide */
public static final String SYSTEM_DIR = "/data/system/location";