diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 612e45d..3a5e2c5 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -30,11 +30,11 @@ <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">true</bool> - <!-- Component name of the service providing network location support. --> - <string name="config_networkLocationProviderPackageName">com.google.android.location.NetworkLocationProvider</string> + <!-- Package name providing network location support. --> + <string name="config_networkLocationProviderPackageName" translatable="false">com.google.android.location</string> - <!-- Component name of the service providing geocoder API support. --> - <string name="config_geocodeProviderPackageName">com.google.android.location.GeocodeProvider</string> + <!-- Package name providing geocoder API support. --> + <string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string> <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be autodetected from the Configuration. --> |