Merge "Add resources to specify package name for network location and geocode providers."
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 9a8af3f..2b8ddc4 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>