3
0
Fork 0

change network location provider package

Change-Id: I97336264842a68edec8a36cefb487cd138feee18
This commit is contained in:
codeworkx 2012-10-13 15:11:27 +02:00
parent 1579100c87
commit 315c2fcb57
1 changed files with 4 additions and 4 deletions

View File

@ -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. -->