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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user