Snap for 11685790 from 60c7074b4b
to 24Q3-release
Change-Id: Ia7c86962bd7202b87cd1ce3becb8984528514808
This commit is contained in:
commit
57d718697d
4 changed files with 10 additions and 0 deletions
Binary file not shown.
|
@ -284,4 +284,9 @@
|
||||||
<!-- Package name providing GNSS location support. Used only when
|
<!-- Package name providing GNSS location support. Used only when
|
||||||
config_useGnssHardwareProvider is false. -->
|
config_useGnssHardwareProvider is false. -->
|
||||||
<string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string>
|
<string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string>
|
||||||
|
|
||||||
|
<!-- Corners radius for activity presented the letterbox mode. Values < 0 enable rounded
|
||||||
|
corners with radius equal to min between device bottom corner radii. Default 0 value turns
|
||||||
|
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
|
||||||
|
<integer name="config_letterboxActivityCornersRadius">88</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -23,6 +23,8 @@ ChipCfg_VDR_low_end_Time = 20
|
||||||
Chip_Configuration_AidingConfiguration=0x00020046
|
Chip_Configuration_AidingConfiguration=0x00020046
|
||||||
Chip_Configuration_RefClkControl=0x24
|
Chip_Configuration_RefClkControl=0x24
|
||||||
Chip_Configuration_DCXO_CrystalType=0x11
|
Chip_Configuration_DCXO_CrystalType=0x11
|
||||||
|
# L1 only, TODO: should remove below line to enable L5 back once b/329003269 fixed.
|
||||||
|
LocTech_Constraints = 0x603F
|
||||||
Chip_Configuration_RfMiscCtrl = 0x80008001
|
Chip_Configuration_RfMiscCtrl = 0x80008001
|
||||||
bdsUsedInUSPolicy=2
|
bdsUsedInUSPolicy=2
|
||||||
sbasUsedInUSPolicy=2
|
sbasUsedInUSPolicy=2
|
||||||
|
|
|
@ -86,6 +86,9 @@ Chip_Configuration_RefClkControl=0x24
|
||||||
## LOOK! S5400 ERD's uses NDK(2), Phones use Kyocera(1). Default set to phone (1)
|
## LOOK! S5400 ERD's uses NDK(2), Phones use Kyocera(1). Default set to phone (1)
|
||||||
Chip_Configuration_DCXO_CrystalType=0x11
|
Chip_Configuration_DCXO_CrystalType=0x11
|
||||||
|
|
||||||
|
# L1 only, TODO: should remove below line to enable L5 back once b/329003269 fixed.
|
||||||
|
LocTech_Constraints = 0x603F
|
||||||
|
|
||||||
## Optionally specify DXCO Inflection point temperature, ####
|
## Optionally specify DXCO Inflection point temperature, ####
|
||||||
# This will override any default value or value in Crystal type ####
|
# This will override any default value or value in Crystal type ####
|
||||||
# Value is degrees C x 100 E.g. 2855 = 28.55 deg C
|
# Value is degrees C x 100 E.g. 2855 = 28.55 deg C
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue