mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Enable qualcomm location
Change-Id: If2cda969f027332051f78e035f4725a0c2887e38
This commit is contained in:
parent
921515999f
commit
ee1d67bc35
2 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Copyright (C) 2016 The CyanogenMod Project
|
<!-- Copyright (C) 2016 The CyanogenMod Project
|
||||||
|
(C) 2017 The LineageOS Project
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -293,6 +294,10 @@
|
||||||
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
||||||
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3300</integer>
|
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3300</integer>
|
||||||
|
|
||||||
|
<!-- Enable overlay for all location components. -->
|
||||||
|
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||||
|
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||||
|
|
||||||
<!-- Default list of files pinned by the Pinner Service -->
|
<!-- Default list of files pinned by the Pinner Service -->
|
||||||
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
||||||
<item>"/system/framework/arm64/boot-framework.oat"</item>
|
<item>"/system/framework/arm64/boot-framework.oat"</item>
|
||||||
|
|
|
@ -47,6 +47,11 @@ ro.sf.hwrotation=270
|
||||||
# FRP
|
# FRP
|
||||||
ro.frp.pst=/dev/block/bootdevice/by-name/persistent
|
ro.frp.pst=/dev/block/bootdevice/by-name/persistent
|
||||||
|
|
||||||
|
# GPS
|
||||||
|
persist.gps.qc_nlp_in_use=1
|
||||||
|
persist.loc.nlp_name=com.qualcomm.location
|
||||||
|
ro.gps.agps_provider=1
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
media.msm8956hw=0
|
media.msm8956hw=0
|
||||||
media.msm8956.version=0
|
media.msm8956.version=0
|
||||||
|
|
Loading…
Reference in a new issue