diff options
| author | 2010-01-31 21:13:05 -0500 | |
|---|---|---|
| committer | 2010-01-31 21:13:05 -0500 | |
| commit | f863db516cc6d599acdbe4ddcb09afd2b2d89692 (patch) | |
| tree | ec016130c9a7ba86524505bcd7c5eda1b305aeed | |
| parent | 3c10b231962b35855c53aa7f3d3882b041bb2feb (diff) | |
Add resources to specify package name for network location and geocode providers.
Will be used in an upcoming location manager change.
Change-Id: Idc0ad897704d2eab160e09c144776fa8586baba4
Signed-off-by: Mike Lockwood <lockwood@android.com>
| -rw-r--r-- | core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 9a8af3f50eaa..2b8ddc4c142c 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -231,4 +231,10 @@ <!-- Component name of the default wallpaper. This will be ImageWallpaper if not specified --> <string name="default_wallpaper_component">@null</string> + + <!-- Component name of the service providing network location support. --> + <string name="config_networkLocationProvider">@null</string> + + <!-- Component name of the service providing geocoder API support. --> + <string name="config_geocodeProvider">@null</string> </resources> |