mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
Add location bypass package overlay
Test: verify values on devices Bug: 230919427 Bug: 210118427 Change-Id: I976aa466db3efb712bd960d99c38f59c726f0860 Merged-In: I976aa466db3efb712bd960d99c38f59c726f0860
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user