Skip to content

Commit

Permalink
copy/paste Network location fix :D
Browse files Browse the repository at this point in the history
Change-Id: Icbf61c6597f4b137924377e50f039ee4a6bc3a2e
  • Loading branch information
AntiBillOS committed Dec 30, 2012
1 parent 06cd253 commit 017de04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -32,7 +32,12 @@
<item>"mobile_dun,4,0,3,60000,true"</item>
<item>"mobile_hipri,5,0,3,60000,true"</item>
</string-array>

<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
<!-- The Google Network Location Services location provider -->
<item>com.google.android.location</item>
</string-array>
<integer name="config_deviceHardwareKeys">7</integer>
<bool name="config_samsung_stk">true</bool>

Expand Down

0 comments on commit 017de04

Please sign in to comment.