Support GNSS configuration overlay from resource

Add GNSS configuration overlay from resource to override carrier config.

Bug: 192510712
Test: on device
Change-Id: I05e59c237202f7b486646a28377b6a8d5ff82c21
This commit is contained in:
Shinru Han
2021-06-10 12:19:58 +08:00
committed by [A
parent 9cf43eab47
commit 8a365a45ee
2 changed files with 7 additions and 0 deletions

View File

@@ -5506,4 +5506,10 @@
<string name="config_work_badge_path_24" translatable="false">
M20,6h-4L16,4c0,-1.11 -0.89,-2 -2,-2h-4c-1.11,0 -2,0.89 -2,2v2L4,6c-1.11,0 -1.99,0.89 -1.99,2L2,19c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2L22,8c0,-1.11 -0.89,-2 -2,-2zM14,6h-4L10,4h4v2z
</string>
<!-- GNSS configurations to override carrier config. Empty by default-->
<string-array name="config_gnssParameters" translatable="false">
<!-- Add configurations here, example: -->
<!-- <item>SUPL_HOST=supl.google.com</item> -->
</string-array>
</resources>

View File

@@ -4621,6 +4621,7 @@
<java-symbol type="array" name="config_roundedCornerBottomRadiusAdjustmentArray" />
<java-symbol type="bool" name="config_secondaryBuiltInDisplayIsRound" />
<java-symbol type="array" name="config_builtInDisplayIsRoundArray" />
<java-symbol type="array" name="config_gnssParameters" />
<java-symbol type="integer" name="config_mashPressVibrateTimeOnPowerButton" />
</resources>