msm8226-common: overlay: Add the google location provider

This commit is contained in:
beanstown106 2015-12-26 07:47:26 -05:00 committed by RomanDesigner
parent 57aa215504
commit a409c8b423
No known key found for this signature in database
GPG key ID: 3D58447600ECB3AA

View file

@ -57,5 +57,18 @@
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- Enables or disables haptic effect when the text insertion/selection handle is moved
manually by the user. Off by default, since the expected haptic feedback may not be
available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool>
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The Google provider -->
<item>com.google.android.gms</item>
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
</string-array>
<bool name="config_cellBroadcastAppLinks">true</bool>
</resources>