summaryrefslogtreecommitdiffstats
path: root/common-overlay
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:14:03 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-11-24 08:14:03 +0100
commitc37c6f854e172811aaa73cecb9c1b8c8124405aa (patch)
treec34cf7b03824b84d0c03a6867ae99e953cc408ef /common-overlay
parentdb9fbaf5f1c5ceb1f75dfc66e3b04dec0b030a0f (diff)
downloaddevice_samsung_p5100-c37c6f854e172811aaa73cecb9c1b8c8124405aa.zip
device_samsung_p5100-c37c6f854e172811aaa73cecb9c1b8c8124405aa.tar.gz
device_samsung_p5100-c37c6f854e172811aaa73cecb9c1b8c8124405aa.tar.bz2
common: remove networklocation and geocode overlay
Change-Id: Ibfb688f3e32ac2047c96628d3a3de79f6c572a79
Diffstat (limited to 'common-overlay')
-rw-r--r--common-overlay/frameworks/base/core/res/res/values/config.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/values/config.xml b/common-overlay/frameworks/base/core/res/res/values/config.xml
index 94a20c1..8322a4c 100644
--- a/common-overlay/frameworks/base/core/res/res/values/config.xml
+++ b/common-overlay/frameworks/base/core/res/res/values/config.xml
@@ -183,12 +183,6 @@
<!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
- <!-- Package name providing network location support. -->
- <string name="config_networkLocationProviderPackageName" translatable="false">com.google.android.location</string>
-
- <!-- Package name providing geocoder API support. -->
- <string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string>
-
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>20</item>