mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: overlay: Add the google location provider
This commit is contained in:
parent
57aa215504
commit
a409c8b423
1 changed files with 13 additions and 0 deletions
|
@ -58,4 +58,17 @@
|
|||
<!-- 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>
|
||||
|
|
Loading…
Reference in a new issue