Merge cherrypicks of [18281319] into sc-qpr3-release.

Change-Id: I89408522311bc63a4ae6caa6e7e6041d25512aa4
This commit is contained in:
Android Build Coastguard Worker 2022-05-16 21:13:13 +00:00
commit 687f47c31d

View file

@ -267,4 +267,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>