Add location bypass package overlay am: 072b391a62 am: 2f2d5abdbd am: 6bdea32189

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

Change-Id: I6392dc170b23a849bf62529b86bf95f9954935ac
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 508fa5a05b

View file

@ -280,4 +280,13 @@
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. --> <!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool> <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> </resources>