Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f863db51 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

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: default avatarMike Lockwood <lockwood@android.com>
parent 3c10b231
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>