summaryrefslogtreecommitdiff
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:17:14 +0000
commit7d303ef06ffd0c28908878b3d72a9bc32e4a7c5a (patch)
tree466741cc943502bf1e6e1987578769a61f2da037
parentc184b63da3eb4e6a394a5ef8a8f204f14899771a (diff)
downloadgs201-7d303ef06ffd0c28908878b3d72a9bc32e4a7c5a.tar.gz
Add location bypass package overlay
Test: verify values on devices Bug: 230919427 Bug: 210118427 Change-Id: I976aa466db3efb712bd960d99c38f59c726f0860
-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>