Merge SQ3A.220705.003 to aosp-master - DO NOT MERGE

Merged-In: Idb4a38c1a7e263037d990ff16bbb65348ec11cf6
Merged-In: I7ff232089ae3726290c9f50ee286441ebc5d5cf3
Change-Id: I8ee9528f221167a736c51a7b5d3b5198410b9883
This commit is contained in:
Bill Yi 2022-07-07 15:32:39 -07:00
commit 91a5b9a308

View file

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