change network location provider package
Change-Id: I97336264842a68edec8a36cefb487cd138feee18
This commit is contained in:
parent
1579100c87
commit
315c2fcb57
@ -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. -->
|
||||
|
Loading…
Reference in New Issue
Block a user