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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user