summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorSarah Chin <sarahchin@google.com>2022-05-10 09:38:09 -0700
committerSarah Chin <sarahchin@google.com>2022-05-12 09:19:48 +0000
commit072b391a6211f259ea5f25c9bdd12f6ca27eb4cf (patch)
treeb58ec1c4bdb5003b62179212e6cb9b752a83606b /overlay
parent1ab3bb1042dbadc6ab76a4f082c3ea7b70b0a4c6 (diff)
downloadgs201-072b391a6211f259ea5f25c9bdd12f6ca27eb4cf.tar.gz
Add location bypass package overlay
Test: verify values on devices Bug: 230919427 Bug: 210118427 Change-Id: I976aa466db3efb712bd960d99c38f59c726f0860 Merged-In: I976aa466db3efb712bd960d99c38f59c726f0860
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7e7e0ae..1f1bcea 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -280,4 +280,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>