Add location bypass package overlay am: be3d667f8c am: 856a2489bf am: 6495d91391

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/18283459

Change-Id: Idde13a01ca95a40172d72f0dd47ea6e6718059f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Sarah Chin 2022-05-12 13:10:01 +00:00 committed by Automerger Merge Worker
commit d6f82a170a

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>