Add location bypass package overlay

Test: verify values on devices
Bug: 230919427
Bug: 210118427
Change-Id: I93acd0083c433aaf889530464142c9a3c9b95878
Merged-In: I93acd0083c433aaf889530464142c9a3c9b95878
This commit is contained in:
Sarah Chin 2022-05-10 09:36:15 -07:00
parent afe8547c8f
commit be3d667f8c

View file

@ -268,4 +268,13 @@
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
<!-- List of system components which are allowed to receive ServiceState entries in an
un-sanitized form, even if the location toggle is off. This is intended ONLY for system
components, such as the telephony stack, which require access to the full ServiceState for
tasks such as network registration. -->
<string-array name="config_serviceStateLocationAllowedPackages">
<item>"com.shannon.imsservice"</item>
<item>"com.android.phone"</item>
</string-array>
</resources>