cm: Add config for network location provider

Change-Id: I01062754365758fd5713dd7bff93b19d227b7891
This commit is contained in:
Steve Kondik 2012-07-15 06:12:14 -07:00
parent c2a88d6730
commit 983bc5480e
1 changed files with 4 additions and 0 deletions

View File

@ -3,5 +3,9 @@
<!-- default to disabling the menu key. The CM setting to
do this is a no-op unless the below item is true -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
<!-- Location services -->
<string name="config_networkLocationProviderPackageName">com.google.android.location</string>
<string name="config_geocodeProviderPackageName">com.google.android.location</string>
</resources>