overlay: Enable network location overlay for microG's UnifiedNlp

@mar-v-in: "It seems like qualcomm is adding some fixed link to their proprietary location service through device/qcom/common/product/overlay/frameworks/base/core/res/res/values/config.xml. Remove this file completely or at least change config_enableNetworkLocationOverlay to true."
This commit is contained in:
coldhans
2018-06-05 17:34:39 -04:00
committed by Jorge Lucas
parent 0fea1e43a0
commit 49ac45d68d

View File

@@ -231,9 +231,9 @@
<bool name="config_useDevInputEventForAudioJack">true</bool>
<!-- Enable overlay for all location components. -->
<bool name="config_enableNetworkLocationOverlay" translatable="false">false</bool>
<bool name="config_enableNetworkLocationOverlay" translatable="false">true</bool>
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<bool name="config_enableFusedLocationOverlay" translatable="false">false</bool>
<bool name="config_enableFusedLocationOverlay" translatable="false">true</bool>
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<!-- Maximum number of supported users -->