mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
fb179acc0a
Some devices (currently addison, nx512j and oneplus3) set config_enableNetworkLocationOverlay=false, binding permanently com.qualcomm.location as location provider and forbidding us to use com.google.gms as a location provider.
26 lines
996 B
XML
26 lines
996 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--Copyright (c) 2012-2016, The Linux Foundation. All rights reserved
|
|
|
|
Not a Contribution.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
may not use this file except in compliance with the License. You may
|
|
obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
permissions and limitations under the License.
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<!-- Force-enable the location overlays -->
|
|
<bool name="config_enableNetworkLocationOverlay" translatable="false">true</bool>
|
|
<bool name="config_enableFusedLocationOverlay" translatable="false">true</bool>
|
|
|
|
</resources>
|